Govendor Vendor 包管理器 Govendor

polaris • 5674 次点击    
这是一个分享于 的项目,其中的信息可能已经有所发展或是发生改变。
Govendor 是 Golang 的 Vendor 包管理器,方便你管理 Vendor 和 Verdor 包。 特性: * 可以采用`govendor add/update`复制现有的依赖从$GOPATH * 如果要忽视vendor/*/,可采用govendor 同步恢复依赖 * 可直接通过`govendor fetch`控制器添加新的依赖或者更新现有依赖 * 可采用`govendor migrate `实现系统间迁移 * 支持Linux, OS X, Windows,甚至现有所有操作系统 * 支持Git,Hg,SVN,BZR(必须指定一个路径) 快速开始 <pre class="brush:shell; toolbar: true; auto-links: false;"># Setup your project. cd &#34;my project in GOPATH&#34; govendor init # Add existing GOPATH files to vendor. govendor add +external # View your work. govendor list # Look at what is using a package govendor list -v fmt # Specify a specific version or revision to fetch govendor fetch golang.org/x/net/context@a4bbce9fcae005b22ae5443f6af064d80a6f5a55 govendor fetch golang.org/x/net/context@v1   # Get latest v1.*.* tag or branch. govendor fetch golang.org/x/net/context@=v1  # Get the tag or branch named &#34;v1&#34;. # Update a package to latest, given any prior version constraint govendor fetch golang.org/x/net/context # Format your repository only govendor fmt +local # Build everything in your repository only govendor install +local # Test your repository only govendor test +local</pre>
授权协议:
GPL
开发语言:
Google Go 查看源码»
操作系统:
跨平台
5674 次点击  
加入收藏 微博
暂无回复
添加一条新回复 (您需要 登录 后才能回复 没有账号 ?)
  • 请尽量让自己的回复能够对别人有帮助
  • 支持 Markdown 格式, **粗体**、~~删除线~~、`单行代码`
  • 支持 @ 本站用户;支持表情(输入 : 提示),见 Emoji cheat sheet
  • 图片支持拖拽、截图粘贴等方式上传