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