gin及其依赖库完整下载和安装方法
因为在线安装gin需要科学访问外网,所以你无法使用最简单的方式安装gin;虽然有其它方法可以安装成功,但那些方法对萌新朋友们不够友好。
所以我打包了Gin及其依赖库并上传到了百度网盘,并附上了安装方法。
gin及其依赖库
github.com/gin-contrib/sse github.com/gin-gonic/gin github.com/golang/protobuf github.com/go-playground/locales github.com/go-playground/universal-translator github.com/go-playground/validator github.com/leodido/go-urn github.com/mattn/go-isatty github.com/ugorji/go golang.org/x/sys gopkg.in/yaml.v2
下载地址
百度网盘:https://pan.baidu.com/s/1eudqEvTgSKZesBCC3EeXeA
提取码:jzj3
安装说明
- 确保Golang版本在1.11以上
- 使用 go env命令查看$GOPATH路径
- 将下载好的3个文件夹放入src目录,如果没有则自己创建
如需转载,请注明出处;本文地址:https://www.perfcode.com/p/1435.html