dkulchenko / bunch

npm-like tool for managing Go dependencies
MIT License
79 stars 13 forks source link

Local support #32

Closed apriendeau closed 6 years ago

apriendeau commented 9 years ago

Instead of just !link: absolute/path, we should include a !local so it grabs a local package and symlinks it into the .vendor directory. This is useful for when you are developing packages that are being used.

3onyc commented 9 years ago

So !local would search $GOPATH for the specified package and symlink it into the .vendor directory?

apriendeau commented 9 years ago

Exactly. That. It's helpful if you are debugging a lib you depend on.

apriendeau commented 6 years ago

Closing due to inactivity