This repository was archived by the owner on Sep 9, 2020. It is now read-only.
This repository was archived by the owner on Sep 9, 2020. It is now read-only.
ctx.DetectProjectGOPATH: both C:\Work\src\github.com\F21\some_project are in the same GOPATH C:\Work\src\github.com\F21\some_project with Git Bash #772
Closed
Description
What version of Go (go version
) and dep
(git describe --tags
) are you using?
Go 1.9-Beta1 and dep c79b048
Git is 2.13.1.windows.1
What dep
command did you run?
I have a project with this structure
- cmd
- some_executable
- main.go
- some_executable
- some_package (imports the some_project package)
- something.go (package is some_project)
$ dep init -v
What did you expect to see?
There should be no error and init should work correctly.
What did you see instead?
ctx.DetectProjectGOPATH: both C:\Work\src\github.com\F21\some_project and C:\Work\src\github.com\F21\some_project are in the same GOPATH C:/Work/