petejkim / goop

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

Add ``install --path`` argument #35

Open mattes opened 9 years ago

mattes commented 9 years ago

Allow to install to different directories than .vendor. This will create a config file .goop/config to store the install path.

mattes commented 9 years ago

fixes #28