提交 b5910a01 编写于 作者: XuanDai's avatar XuanDai

Update README.md

上级 c0e5bcdb
```dx
- golang版本 >= v1.14 - golang版本 >= v1.14
- IDE推荐:Goland - IDE推荐:Goland
```
### 使用 go.mod
# 使用 go.mod ### 安装go依赖包
```dx
# 安装go依赖包
go list (go mod tidy) go list (go mod tidy)
```
# 编译 ### 编译
```dx
go build go build
``` ```
整理代码结构 ### 整理代码结构
``` lua ``` dx
web web
├── api/v1 -- 主要API ├── api/v1 -- 主要API
| ├── sys_initdb.go -- ico | ├── sys_initdb.go -- ico
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册