# GoLand配置GOPROXY代理
配置说明
对于golang 语言的开发,也为了更好的下载go的包。对于国内来说有点被动,需要想各种方法,一般的解决方法如下:
- 使用代理工具(翻墙)
- 配置goproxy
# 目前不错的goproxy代理地址
- 阿里云 https://mirrors.aliyun.com/goproxy/(推荐使用)
- nexus社区 https://gonexus.dev
- goproxy.io的 https://goproxy.io/ (推荐使用)
- athens的公共服务 https://athens.azurefd.net
- 官方提供 https://gocenter.io https://proxy.golang.org
- 七牛云 https://goproxy.cn
# 配置GoLand代理
ctrl+alt+s
->Go
->Go Modules(vgo)
->设置proxy为上面代理地址的任何一个地址即可(本机使用https://goproxy.io/
)->点击Apply->重启GoLand即可,如图