# Linux / macOS
export GOPROXY=https://goproxy.io
 
# Windows
$env:GOPROXY = "https://goproxy.io"

参考链接:https://blog.csdn.net/sinat_38068807/article/details/105505946

 

相关文章: