golang 的glide包管理使用技巧教程
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了golang 的glide包管理使用技巧教程相关的知识,希望对你有一定的参考价值。
安装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包管理使用技巧教程的主要内容,如果未能解决你的问题,请参考以下文章
Glide--------Golang依赖包解决工具之错误实践