我git将这个特定的repo https://github.com/evnix/boltdbweb克隆到我的环境中$ GOPATH / src / somesetofpaths
我还试着了解依赖关系,但是具有这种特定的依赖关系
去获取github.com/boltdb/bolt /...
我想在供应商而不是src / github.com /...
但是当我跑去构建时,我会得到 ../../../github.com/evnix/boltdbweb/web/index.go:6:2:找不到包" github.com/boltdb/bolt"在任何一个: /opt/homebrew/Cellar/go/1.6.2/libexec/src/github.com/boltdb/bolt(来自$ GOROOT) $ GOPATH / src / github.com / boltdb / bolt(来自$ GOPATH)
意味着它没有查看供应商目录。
事情是......只有这个包没有找到供应商。我在$ GOPATH / src / someproject1 /,$ GOPATH / src / someproject2 /中有其他项目正在使用$ GOPATH / src / vendor中的代码构建。我错过了什么?
这是我的环境
mcs -recurse:\*.cs