go install -v golang.org/x/tools/gopls@latest
使用go install安装依赖出错,提示连接超时
go: golang.org/x/tools/gopls@latest: module golang.org/x/tools/gopls: Get "https://proxy.golang.org/golang.org/x/tools/gopls/@v/list": dial tcp 172.217.160.113:443: connect: connection refused
配置国内代理
go env -w GOPROXY=https://goproxy.cn
    Do not communicate by sharing memory; instead, share memory by communicating.

                
            
        
浙公网安备 33010602011771号