You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

5 lines
227 B

# 设置 GOPROXY 使用国内镜像(如七牛云或阿里云)
# 确保 GOSUMDB 使用代理校验(避免直接访问 sum.golang.org)
go env -w GOPROXY=https://goproxy.cn,direct
go env -w GOSUMDB="sum.golang.google.cn"