Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试在 heroku 上部署我的 Go 应用程序,为此我使用 Godep 作为构建包。使用命令安装 godep 后
go get github.com/tools/godep
当我尝试跑步时
godep save
我收到错误消息,指出“godep”未被识别为内部或外部命令。
下面是我的环境变量。
有人可以指出我哪里出错了吗?
在环境变量中设置 GOBIN 值解决了这个问题。