Closed dhiltonp closed 8 years ago
I started a conversation on the golang-dev mailing list: https://groups.google.com/d/topic/golang-dev/h5QFSH-JxFg/discussion
What does "go version" say? That golang-dev conversation suggests that the issue may simply be something fixed in the latest version.
Yeah, it's fixed. Sorry for that!
Before this change:
mycode $ go test ./... can't load package: package mycode/vendor/github.com/golang/snappy: code in directory mycode/vendor/github.com/golang/snappy expects import "github.com/golang/snappy"
After this, go test ./... works from the parent project.