4 lines
127 B
Plaintext
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 |