未验证 提交 956488e2 编写于 作者: R rainyan 提交者: GitHub

Merge pull request #40 from piexlmax/gin-vue-admin_v2_dev

Spelling fix: erver->server, urtils->utils
...@@ -138,7 +138,7 @@ go run main.go; ...@@ -138,7 +138,7 @@ go run main.go;
## 4. Project layout ## 4. Project layout
``` ```
├─erver (backend) ├─server (backend)
│ ├─api (API entrance) │ ├─api (API entrance)
│ ├─config (config file) │ ├─config (config file)
│ ├─core (core code) │ ├─core (core code)
...@@ -150,7 +150,7 @@ go run main.go; ...@@ -150,7 +150,7 @@ go run main.go;
│ ├─model (model and services) │ ├─model (model and services)
│ ├─resource (resources, such as static pages, templates) │ ├─resource (resources, such as static pages, templates)
│ ├─router (routers) │ ├─router (routers)
│ └─urtils (common utilities) │ └─utils (common utilities)
└─web (frontend) └─web (frontend)
├─public (deploy templates) ├─public (deploy templates)
└─src (source code) └─src (source code)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册