GO

使用go get安装github依赖不成功的解决方法

go env -w GO111MODULE=on
go env -w GOPROXY=https://goproxy.io,direct

在cmd 输入这两行代码即可

相关推荐