petejkim / goop

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

Specify the vendor path for goop to use. #42

Open husman opened 9 years ago

husman commented 9 years ago

It is useful to be able to specify the vendor path to use. This makes things easier when setting up custom go environments.

husman commented 9 years ago

This is a really nice project! Thank you for taking the initiative to start it.

We like to setup our projects in different workspaces. It would be nice if Goop had support for overriding the default vendor directory location :).