What is recommended way for setting GOPATH ?
Opened this issue · 0 comments
korjavin commented
Should I modify my GOPATH somehow to make godep happier?
> godep go install -v -x ./...
godep: [WARNING]: godep should only be used inside a valid go package directory and
godep: [WARNING]: may not function correctly. You are probably outside of your $GOPATH.
godep: [WARNING]: Current Directory: /home/iv/Projects/golang-vuejs-starter-kit/src/goLang
godep: [WARNING]: $GOPATH: /home/iv/Projects/go
go install: no install location for directory /home/iv/Projects/golang-vuejs-starter-kit/src/goLang outside GOPATH
For more details see: go help gopath
godep: go exit status 1