Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 984 Bytes

README.md

File metadata and controls

42 lines (27 loc) · 984 Bytes

glide-link

Link a dependent Go package to the current package, works with Glide 🎉

Important

These scripts were created by @jbarefoot. This repo was created by @revett to help share the scripts with Vidsy engineers.

Setup

Clone the repo, and run:

cp -f ./glide-* /usr/local/bin

Usage

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

Explanation

Read this comment to this issue.

Fixes