Files
yunNote/Languages/golang/基本配置.txt
2026-04-20 20:48:44 +08:00

4 lines
127 B
Plaintext

1.代理:
go env -w GO111MODULE=on
go env -w GOPROXY=https://mirrors.aliyun.com/goproxy/,direct
time go get golang.org/x/tour