Closed
Description
The Go 1.5. vendoring feature means that a package importer is now logically a function of two variables: the import path, and additionally the directory in which the import declaration appears.
The go/types
TestStdlib
test currently fails because the default importer does not support vendoring (and cannot without an API change).