Go:在 Heroku 上部署

在这篇文章的帮助下,我正在尝试将 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

我错过了什么?谢谢


暮色呼如
浏览 275回答 2
2回答

缥缈止盈

Heroku 现在正式支持Go 并有入门指南和其他文档。
打开App,查看更多内容
随时随地看视频慕课网APP

相关分类

Go