gin框架安装

为了研究gin框架,真是废了大劲了,因此做下记录,在安装前,烧香拜佛保佑顺利。

执行 go get -x github.com/gin-gonic/gin


 

如果顺利,真要感谢老天爷

如果不顺利碰到:
(1)package gopkg.in/go-playground/validator.v8: gopkg.in/go-playground/validator.v8 is a custom import path for https://gopkg.in/go-playground/validator.v8, but /usr/local/go/src/gopkg.in/go-playground/validator.v8 is checked out from https://github.com/go-playground/validator.git

(2)package gopkg.in/yaml.v2: gopkg.in/yaml.v2 is a custom import path for https://gopkg.in/yaml.v2, but /usr/local/go/src/gopkg.in/yaml.v2 is checked out from https://github.com/go-yaml/yaml.git

绝招:

(1)去对应的上去进行下载你需要的包,如 git clone https://github.com/go-playground/validator.git  下载后是validator

(2) 在你的$GOPATH的src下去创建gopkg.in/go-playground目录(如果没有)

(3) 对validator进行重命名 mv validator validator.v8

(4) go install gopkg.in/go-playground/validator.v8

yaml.v2也是如此。

参考:

https://blog.csdn.net/mingzhehaolove/article/details/53112884

https://blog.csdn.net/liuliuzi_hz/article/details/52119575

 

 

评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值