Created
September 12, 2018 10:07
-
-
Save 5idu/152833ff6d425bf583c77bb41f5e4a24 to your computer and use it in GitHub Desktop.
go包管理器govendor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- govendor init: 初始化govendor 配置文件 | |
- govendor list: 查看当前项目依赖包列表 | |
- 左英文字母表示当前包 | |
 | |
- 包对应的各种状态 | |
 | |
- 添加对应状态的包: govendor add +e | |
- 添加某个丢失的包: govendor add github.com/gin-gonic/gin |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment