5d6d网 发表于 2018-9-20 13:43:46

golang 的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  

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

  

  

  



页: [1]
查看完整版本: golang 的glide包管理使用技巧教程