diff --git a/README-zh_CN.md b/README-zh_CN.md index b88d396eab315607ac4e84d8bbdc8e7307d75a47..3dc78704802addfd2fd629e2de4bb5f0ae2af42e 100644 --- a/README-zh_CN.md +++ b/README-zh_CN.md @@ -79,6 +79,7 @@ go build ```` go get -u github.com/swaggo/swag/cmd/swag ```` + #####(2)无法翻墙 由于国内没法安装 go.org/x 包下面的东西,需要先安装`gopm` @@ -140,7 +141,7 @@ go run main.go; ## 4. 项目目录 ``` - ├─erver (后端文件夹) + ├─server (后端文件夹) │ ├─api (API) │ ├─config (配置包) │ ├─core (內核) @@ -152,7 +153,7 @@ go run main.go; │ ├─model (结构体层) │ ├─resource (资源) │ ├─router (路由) - │ └─urtils (公共功能) + │ └─utils (公共功能) └─web (前端文件) ├─public (发布模板) └─src (源码包) diff --git a/README.md b/README.md index aeeadb22f662a18978253013e95fe7923caa3a40..d47104a6040f635c7b7019d6795f4374bdec45f2 100644 --- a/README.md +++ b/README.md @@ -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)