Skip to content

Commit 12cc6bb

Browse files
author
keob
committed
sync with english docs
1 parent 15ac708 commit 12cc6bb

File tree

4 files changed

+712
-237
lines changed

4 files changed

+712
-237
lines changed

translations/zh-CN/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ description: 托管文档,因此您可以开始使用Fiber构建Web应用程
1919
使用[`go get`](https://golang.org/cmd/go/#hdr-Add_dependencies_to_current_module_and_install_them)命令完成安装:
2020

2121
```bash
22-
export GO111MODULE=on
23-
export GOPROXY=https://goproxy.cn
2422
go get -u github.com/gofiber/fiber
2523
```
2624

@@ -54,7 +52,7 @@ go run server.go
5452

5553
## 路由
5654

57-
路由是指确定应用程序如何响应客户端对特定端点的请求,该特定端点是URI或路径和特定的HTTP请求方法GET,PUT,POST等
55+
路由是指确定应用程序如何响应客户端对特定端点的请求,该特定端点是URI \(或路径\)和特定的HTTP请求方法 \(GET,PUT,POST等\)
5856

5957
{% hint style="info" %}
6058
每个路由可以具有**一个处理函数** ,该**函数**在匹配该路由时执行。

0 commit comments

Comments
 (0)