From 8a0dd53b179a1a8e71c9dc73be36dd912e991f9d Mon Sep 17 00:00:00 2001 From: rainyan Date: Tue, 7 Apr 2020 10:07:01 +0800 Subject: [PATCH 1/2] Spelling fix: README.md ever->server, urtils->utils --- README-zh_CN.md | 4 ++-- README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README-zh_CN.md b/README-zh_CN.md index b88d396e..e3b11046 100644 --- a/README-zh_CN.md +++ b/README-zh_CN.md @@ -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 (源码包) diff --git a/README.md b/README.md index aeeadb22..d47104a6 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) From 2e39a31e6866c6824a95475ab6f7188c84ffb72e Mon Sep 17 00:00:00 2001 From: rainyan Date: Tue, 7 Apr 2020 10:13:27 +0800 Subject: [PATCH 2/2] =?UTF-8?q?Show=20error=20fix=EF=BC=9Ain=20Line=20'###?= =?UTF-8?q?##=EF=BC=882=EF=BC=89=E6=97=A0=E6=B3=95=E7=BF=BB=E5=A2=99'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README-zh_CN.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README-zh_CN.md b/README-zh_CN.md index e3b11046..3dc78704 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`