序言
go get
解决:
windows:
Go大于1.13版本,在cmd命令行输入
go env -w GO111MODULE=on
go env -w GOPROXY="网址"
可以使用以下几个网址代替:
阿里: https://mirrors.aliyun.com/goproxy/
官方: https://goproxy.io/
中国:https://goproxy.cn
其他:https://gocenter.io
go envset GOPROXY
go get
windows:
Go大于1.13版本,在cmd命令行输入
go env -w GO111MODULE=on
go env -w GOPROXY="网址"
可以使用以下几个网址代替:
阿里: https://mirrors.aliyun.com/goproxy/
官方: https://goproxy.io/
中国:https://goproxy.cn
其他:https://gocenter.io
go envset GOPROXY