Link a dependent Go package to the current package, works with Glide π
These scripts were created by @jbarefoot. This repo was created by @revett to help share the scripts with Vidsy engineers.
Clone the repo, and run:
cp -f ./glide-* /usr/local/bin
In the root of your Go project. Link a local package with:
glide-link github.com/vidsy/kmsconfig
Unlink a local package with:
glide-unlink github.com/vidsy/kmsconfig