We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
I'm seeing this problem as well :(
Sorry, something went wrong.
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.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: