1. 程式人生 > >dep 包更新

dep 包更新

 

1.執行位置,必須位於gopath下,否則會報錯如下

root project import: dep does not currently support using GOPATH/src as the project root

即不能位於Gopath /src更新依賴

2.設定gopath (臨時gapath)

直接在命令列新增
 export GOPATH=/usr/local/src/go_path

3.重新更新

dep ensure -update -v