Golang
get层面增加代理 go 1.11版本新增了 GOPROXY 环境变量,go get会根据这个环境变量来决定去哪里取引入库的代码 $ export GOPROXY=https://goproxy.io 其中,https://goproxy.io 是一个goproxy.io这个开源项目提供的公开代理服务
get层面增加代理 go 1.11版本新增了 GOPROXY 环境变量,go get会根据这个环境变量来决定去哪里取引入库的代码 $ export GOPROXY=https://goproxy.io 其中,https://goproxy.io 是一个goproxy.io这个开源项目提供的公开代理服务