go包管理工具:glide

github地址:https://github.com/Masterminds/glide

文档地址:http://glide.readthedocs.io/en/stable/?badge=stable

使用本地库例子
glide mirror set https://github.com/example/foo https://git.example.com/example/foo.git
glide mirror set https://github.com/example/foo file:///path/to/local/repo --vcs git

你可能感兴趣的:(go包管理工具:glide)