parent
8ef839efa5
commit
10c4a8acb2
|
@ -7,6 +7,7 @@ go 默认使用的是 proxy.golang.org,在国内无法访问。
|
|||
换一个国内能访问的代理地址:<https://goproxy.cn>,命令如下:
|
||||
|
||||
```bash
|
||||
go env -w GO111MODULE=on
|
||||
go env -w GOPROXY=https://goproxy.cn
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue