嗨,我正在关注链接https://github.com/hashicorp/terraform。根据给定的“添加依赖项”部分,我已成功运行以下命令
git checkout master
git pull
godep restore -v # flag is optional, enables verbose output
git checkout my-feature-branch
git rebase master
现在当我跑步时
godep save ./...
如果我用 go get 手动更新这个包,那么它看起来是另一个包,等等。请让我知道我怎样才能成功运行这个包,谢谢