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
error happened when execute sh install. I didn't set GOPATH in the PATH. Would it cause the error?
sh install
[root@hostname btcrobot]# sh install src/monitor/monitor.go:21:2: cannot find package "Bittrex" in any of: /usr/lib/golang/src/Bittrex (from $GOROOT) /root/src/btcrobot/src/Bittrex (from $GOPATH) /root/src/btcrobot/thirdparty/src/Bittrex src/webui/server.go:10:2: cannot find package "github.com/philsong/martini" in any of: /usr/lib/golang/src/github.com/philsong/martini (from $GOROOT) /root/src/btcrobot/src/github.com/philsong/martini (from $GOPATH) /root/src/btcrobot/thirdparty/src/github.com/philsong/martini
The text was updated successfully, but these errors were encountered:
No branches or pull requests
error happened when execute
sh install
.I didn't set GOPATH in the PATH. Would it cause the error?
The text was updated successfully, but these errors were encountered: