Files
yunNote/Languages/golang/基本配置.txt

4 lines
127 B
Plaintext
Raw Normal View History

2026-04-20 20:48:44 +08:00
1.代理:
go env -w GO111MODULE=on
go env -w GOPROXY=https://mirrors.aliyun.com/goproxy/,direct
time go get golang.org/x/tour