GO (Golang) vendor experiment failing on mac osx
问题 Having some trouble getting the go vendor experiment working with go 1.6.2 on osx. Heres my directory structure: /project /application main.go other.go /vendor /github.com /vendor_name /package_name I have my GOPATH set to /Users/me/project/application However when I try to run any of the go tools (e.g build) it seems to be looking in application/src rather than application/vendor , getting lots of this: main.go:15:2: cannot find package "github.com/facebookgo/grace/gracehttp" in any of: /usr