Commit a0cd581d by 孙龙

up

parent 6e195332
Showing with 12 additions and 14 deletions
...@@ -2,37 +2,35 @@ ...@@ -2,37 +2,35 @@
/ /
├── app ├── app 项目
│ ├── common │ ├── common 公共文件
│ ├── controller │ ├── controller 业务逻辑
│ ├── dao │ ├── dao 数据层操作
│ ├── model │ ├── model 数据层模型
│ └── service │ └── service 业务逻辑
├── boot ├── boot 启动文件
├── cmd ├── cmd 入口
├── config ├── config 配置
├── document ├── document
├── util ├── util 包管理
├── middleware ├── middleware 中间件
├── router ├── router 路由
├── resources ├── resources
├── router
├── go.mod ├── go.mod
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment