Skip to content

πŸŽ‰ Link a dependent Go package to the current package, works with Glide

License

Notifications You must be signed in to change notification settings

yarelm/glide-link

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

10 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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

About

πŸŽ‰ Link a dependent Go package to the current package, works with Glide

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 94.6%
  • Makefile 5.4%