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

Update README.md

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