go mod 模式下
添加依赖失败
go list -m: unrecognized import path "golang.org/x/tools": https fetch: Get "https://golang.org/x/tools?go-get=1": dial tcp 216.239.37.1:443: i/o timeout
在 go.mod文件中添加
replace (
golang.org/x/tools => github.com/golang/tools latest
)