Go 代理
Go
2025/03/10 14:24:57

查看代理

go env

GOPROXY 为代理地址

goproxy

https://goproxy.io/zh/

go env -w GOPROXY=https://proxy.golang.com.cn,direct

阿里云镜像

https://developer.aliyun.com/mirror/goproxy

go env -w GOPROXY=https://mirrors.aliyun.com/goproxy/

七牛云镜像

https://goproxy.cn/

go env -w GOPROXY=https://goproxy.cn,direct

取消代理

go env -u GOPROXY