goproxy
// bash mac
export GOPROXY=https://goproxy.io
// powershell windows
$env:GOPROXY = "https://goproxy.io"
go moudle
set GO111MODULE=on //windows
export GO111MODULE=on //linux
goproxy
// bash mac
export GOPROXY=https://goproxy.io
// powershell windows
$env:GOPROXY = "https://goproxy.io"
go moudle
set GO111MODULE=on //windows
export GO111MODULE=on //linux
本文标题:goproxy
本文链接:https://www.haomeiwen.com/subject/qbtfgqtx.html
网友评论