We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15ac708 commit 12cc6bbCopy full SHA for 12cc6bb
translations/zh-CN/README.md
@@ -19,8 +19,6 @@ description: 托管文档,因此您可以开始使用Fiber构建Web应用程
19
使用[`go get`](https://golang.org/cmd/go/#hdr-Add_dependencies_to_current_module_and_install_them)命令完成安装:
20
21
```bash
22
-export GO111MODULE=on
23
-export GOPROXY=https://goproxy.cn
24
go get -u github.com/gofiber/fiber
25
```
26
@@ -54,7 +52,7 @@ go run server.go
54
52
55
53
## 路由
56
57
-路由是指确定应用程序如何响应客户端对特定端点的请求,该特定端点是URI(或路径)和特定的HTTP请求方法(GET,PUT,POST等)。
+路由是指确定应用程序如何响应客户端对特定端点的请求,该特定端点是URI \(或路径\)和特定的HTTP请求方法 \(GET,PUT,POST等\)。
58
59
{% hint style="info" %}
60
每个路由可以具有**一个处理函数** ,该**函数**在匹配该路由时执行。
0 commit comments