码迷,mamicode.com
首页 > 其他好文 > 详细

golang 的glide包管理使用技巧教程

时间:2017-09-25 16:09:17      阅读:195      评论:0      收藏:0      [点我收藏+]

标签:ror   lease   使用   yam   jin   span   rom   uid   gopkg   

安装glide

?  wemall git:(master) ? go get github.com/Masterminds/glide

?  wemall git:(master) ?  go install github.com/Masterminds/glide
?  wemall git:(master) ? glide init
?  wemall git:(master) ? glide up

[INFO] Loading mirrors from mirrors.yaml file
[INFO] Downloading dependencies. Please wait...
[INFO] --> Fetching updates for github.com/jinzhu/gorm
[INFO] --> Fetching updates for github.com/satori/go.uuid
[INFO] --> Fetching golang.org/x/crypto/bcrypt
[INFO] --> Fetching updates for gopkg.in/kataras/iris.v6
[WARN] Unable to checkout golang.org/x/crypto/bcrypt
[ERROR] Update failed for golang.org/x/crypto/bcrypt: Cannot detect VCS
[ERROR] Failed to do initial checkout of config: Cannot detect VCS

 

 

 
 


 

golang 的glide包管理使用技巧教程

标签:ror   lease   使用   yam   jin   span   rom   uid   gopkg   

原文地址:http://www.cnblogs.com/jackluo/p/7591917.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!