Closed Biboswan closed 5 years ago
grifter/main.go:4:8: cannot find package "fixme_backend/grifts" in any of: /usr/local/Cellar/go/1.11.5/libexec/src/fixme_backend/grifts (from $GOROOT) /Users/biboswanroy/Go/src/fixme_backend/grifts (from $GOPATH)
Current directory: /Users/biboswanroy/Go/src/github.com/ossn/fixme_backend/ GOPATH=/Users/biboswanroy/Go I have grift command working.
I see same issue before as well but it didn't help me.
I'm seeing this problem as well :(
I'm running the same issue because my GOPATH contains 2 paths. e.g. /first/path/to/a/gopath:/second/path/to/a/gopath
GOPATH
/first/path/to/a/gopath:/second/path/to/a/gopath
By specifying only one path, it works.
grifter/main.go:4:8: cannot find package "fixme_backend/grifts" in any of: /usr/local/Cellar/go/1.11.5/libexec/src/fixme_backend/grifts (from $GOROOT) /Users/biboswanroy/Go/src/fixme_backend/grifts (from $GOPATH)
Current directory: /Users/biboswanroy/Go/src/github.com/ossn/fixme_backend/ GOPATH=/Users/biboswanroy/Go I have grift command working.
I see same issue before as well but it didn't help me.