Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
gqcn committed Apr 24, 2020
1 parent 8c4acd6 commit da732c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prepare/gomodule.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ module my-hello
1. 打开`Terminal`,在项目根目录下执行:
```
export GO111MODULE=on GOPROXY=https://goproxy.io; go get -u github.com/gogf/gf
export GO111MODULE=on GOPROXY=https://goproxy.cn; go get -u github.com/gogf/gf
```
该命令将会立即下载最新的`GoFrame`框架。其中 `export GO111MODULE=on;` 表示开启`Go Module`特性(Go `1.11.x`版本默认关闭,需要手动开启),`export GOPROXY=https://goproxy.cn` 表示使用代理下载,原因你懂的,并且也能极大提高依赖包下载速度。代理地址也可使用:
- ```https://goproxy.cn```
Expand Down

0 comments on commit da732c9

Please sign in to comment.