mirror of
https://github.com/infinite-iroha/touka.git
synced 2026-06-13 15:47:38 +08:00
docs: 修复文档中的API方法名和参数错误
- 更新quickstart.md中的Go版本要求为1.26 - 修复routing.md中使用setter方法而不是直接属性赋值 - 修复middleware.md中GetHeader为GetReqHeader - 更新context.md移除未实现的binding标签 - 修复static-files.md中SetUnMatchFS的参数签名 - 修复advanced.md中SetMaxReader为SetGlobalMaxRequestBodySize
This commit is contained in:
parent
c4c0160b5f
commit
8af515059a
6 changed files with 9 additions and 9 deletions
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
## 安装
|
||||
|
||||
确保您的环境中已经安装了 Go 1.25 或更高版本。
|
||||
确保您的环境中已经安装了 Go 1.26 或更高版本。
|
||||
|
||||
在您的项目目录中运行:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue