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

This commit is contained in:
rainyan
2020-04-07 10:07:01 +08:00
parent 4332607f40
commit 1f2c77a49b
2 changed files with 4 additions and 4 deletions

View File

@@ -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