提交 8a0dd53b 编写于 作者: R rainyan

Spelling fix: README.md ever->server, urtils->utils

上级 1e027918
......@@ -140,7 +140,7 @@ go run main.go;
## 4. 项目目录
```
├─erver (后端文件夹)
├─server (后端文件夹)
│ ├─api (API)
│ ├─config (配置包)
│ ├─core (內核)
......@@ -152,7 +152,7 @@ go run main.go;
│ ├─model (结构体层)
│ ├─resource (资源)
│ ├─router (路由)
│ └─urtils (公共功能)
│ └─utils (公共功能)
└─web (前端文件)
├─public (发布模板)
└─src (源码包)
......
......@@ -138,7 +138,7 @@ go run main.go;
## 4. Project layout
```
├─server (backend)
├─server (backend)
│ ├─api (API entrance)
│ ├─config (config file)
│ ├─core (core code)
......@@ -151,7 +151,7 @@ go run main.go;
│ ├─resource (resources, such as static pages, templates)
│ ├─router (routers)
│ └─utils (common utilities)
└─web (frontend)
└─web (frontend)
├─public (deploy templates)
└─src (source code)
├─api (frontend APIs)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册