1.安装go包
2设置环境变量
path,GOROOT,GOPATH
3 GOLAND
3.1配置GOROOT
3.2配置GOPATH
3.3 GO Modules
GOPROXY=https://goproxy.io,direct
3.4
proxyconnect tcp: dial tcp 127.0.0.1:8888: connectex: No connection could be made because the target machine actively refused it.
goland 设置里Http Proxy 不知道为什么默认是Manual proxy configuration ,改为No proxy 后正常了