petejkim / goop

A simple dependency manager for Go (golang), inspired by Bundler.
MIT License
779 stars 45 forks source link

Consider adding GO15VENDOREXPERIMENT support #39

Open kardianos opened 9 years ago

kardianos commented 9 years ago

In 1.5 the go command will read the environment variable GO15VENDOREXPERIMENT. If enabled, it will use the local "/vendor/" folder for dependencies.

Will you consider supporting this approach?

wjessop commented 9 years ago

I'd love to know if there are any plans for this too!