Golang V1.13之后支持通過(guò)設(shè)置變量GOPROXY來(lái)修改代理地址,默認(rèn)的代理服務(wù)器
https://proxy.golang.org在國(guó)內(nèi)訪問(wèn)經(jīng)常出現(xiàn)timeout

image.png
可以通過(guò)設(shè)置國(guó)內(nèi)代理來(lái)加速下載
詳見(jiàn):https://github.com/goproxy/goproxy.cn/blob/master/README.zh-CN.md
在終端執(zhí)行即可
go env -w GOPROXY=https://goproxy.cn,direct

image.png