科学上网2019-05-28 15:55:00 gfw解决go get下载不了包的问题1 https_proxy=socks5://127.0.0.1:3333 http_proxy=socks5://127.0.0.1:3333 ALL_PROXY=socks5://127.0.0.1:3333 go get -v github.com/mdempsky/gocode 1 2 3 4 # Enable the go modules feature export GO111MODULE=on # Set the GOPROXY environment variable export GOPROXY=https://goproxy.io