golang使用代理下载库

使用代理:

go env -w GO111MODULE=on
go env -w GOPROXY="https://goproxy.io,direct"

调试时使用:

go env -w GO111MODULE=off

你可能感兴趣的:(golang)