文档更新

This commit is contained in:
zhucheer 2020-02-02 11:57:29 +08:00
parent 25844057b7
commit 3e2ad12e4f
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@
- 通过 go mod 管理相关依赖, 如果 go 版本小于 1.12 需要手动开启 go mod ;
```
// window 下在 cmd 中执行set GO111MODULE=on
// linux下执行export GO111MODULE=on
// linux 下执行export GO111MODULE=on
```