我是新来的,我一直在当地做一个围棋项目。我已经通过以下方式在本地系统中安装了Godep:
go get github.com/tools/godep然后安装了依赖于飞机的飞机
go get -u github.com/aerospike/aerospike-client-go然而,$GOPATH/bin/godep save ./...给出了以下错误:
godep: [WARNING]: godep should only be used inside a valid go package directory and
godep: [WARNING]: may not function correctly. You are probably outside of your $GOPATH.
godep: [WARNING]: Current Directory: /Users/XYZ/go_code/labs-audience
godep: [WARNING]: $GOPATH: /Users/XYZ/go_code
godep: WARNING: Godep workspaces (./Godeps/_workspace) are deprecated and support for them will be removed when go1.8 is released.
godep: WARNING: Go version (go1.6) & $GO15VENDOREXPERIMENT= wants to enable the vendor experiment, but disabling because a Godep workspace (Godeps/_workspace) exists
godep: WARNING: Recorded major go version (go1.5) and in-use major go version (go1.6) differ.
godep: To record current major go version run `godep update -goversion`.它截断了我的Godeps/Godeps.json和Godeps/_workspace/目录。请不要说我没有平移到升级项目去版本到1.6。我做错什么了?
注意:
发布于 2016-07-15 10:00:13
https://stackoverflow.com/questions/38387538
复制相似问题