Installing github.com/uudashr/gopkgs/v2/cmd/gopkgs FAILED VS code中安装Go的插件失败

win+R 打开cmd,输入

// 开启代理设置,Go 1.13 以上默认启用,可跳过此步
go env -w GO111MODULE=on

// 设置代理
go env -w GOPROXY=https://goproxy.io,direct

你可能感兴趣的:(golang)