文档更新

This commit is contained in:
zhucheer 2020-02-02 11:56:24 +08:00
parent d2106c8e46
commit 25844057b7
1 changed files with 8 additions and 0 deletions

View File

@ -27,6 +27,14 @@
### 启动项目
- 通过 go mod 管理相关依赖, 如果 go 版本小于 1.12 需要手动开启 go mod ;
```
// window 下在 cmd 中执行set GO111MODULE=on
// linux下执行export GO111MODULE=on
```
- 进入项目目录后依次执行下面的命令
```
> go mod init // 初始化go mod 包管理