在这篇文章的帮助下,我正在尝试将 Go-lang 应用程序部署到 heroku。问题是我在部署时遇到错误
-----> Fetching custom git buildpack... done
-----> Go app detected
-----> Installing go1.4... done
Tired of waiting for bzr and hg?
Try github.com/kr/godep for faster deploys.
Installing Virtualenv... done
Installing Mercurial... done
Installing Bazaar... done
-----> Running: go get -tags heroku ./...
go install: no install location for directory /tmp/build_2c4fa2d4b9d0408123831030713fa930/.heroku/g/src outside GOPATH
! Push rejected, failed to compile Go app
我错过了什么?谢谢
缥缈止盈
相关分类