如何将 openbazaar-go 部署到 heroku?
我得到了围棋项目go get github.com/OpenBazaar/openbazaar-go
创建了heroku githeroku create
推送 git 更改git push heroku master
但是出现错误
remote: -----> Checking Godeps/Godeps.json file.
remote: parse error: Invalid numeric literal at line 2504, column 8
remote: !! Bad Godeps/Godeps.json file
remote: ! Push rejected, failed to compile Go app.
remote:
remote: ! Push failed
remote: Verifying deploy...
remote:
remote: ! Push rejected to pacific-stream-51465.
结构走
github.com
└──OpenBazaar
└── openbazaar-go
└──`heroku create` (this I created git project)
这个项目有任何子存储库