From 29cafbd34b48593cbb0dd583aeac7da38b55db21 Mon Sep 17 00:00:00 2001 From: Joe Date: Mon, 30 Aug 2021 17:15:33 +0800 Subject: [PATCH] Translate `Limitations` sections of README to Chinese (#1510) --- .github/README_zh-CN.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/README_zh-CN.md b/.github/README_zh-CN.md index e56505ef..3570cf76 100644 --- a/.github/README_zh-CN.md +++ b/.github/README_zh-CN.md @@ -139,9 +139,9 @@ go get -u github.com/gofiber/fiber/v2 我们**关注** _整个互联网_ 用户在[issues](https://github.com/gofiber/fiber/issues)和 Discord [channel](https://gofiber.io/discord)的消息,为了创建一个**迅速**,**灵活**以及**友好**的`Go web`框架,满足**任何**任务,**最后期限**和开发者**技能**。就像`Express`在`JavaScript`世界中一样。 -## Limitations -* Due to Fiber's usage of unsafe, the library may not always be compatible with the latest Go version. Fiber 2.18.0 has been tested with Go versions 1.14 to 1.17. -* Fiber is not compatible with net/http interfaces. This means you will not be able to use projects like gqlgen, go-swagger, or any others which are part of the net/http ecosystem. +## 限制 +* 由于 Fiber 使用了 unsafe 特性,导致其可能与最新的 Go 版本不兼容。Fiber 2.18.0 已经在 Go 1.14 到 1.17 上验证过。 +* Fiber 与 net/http 接口不兼容。这意味着你无法使用 gqlen,go-swagger 或者任何其他属于 net/http 生态的项目。 ## 👀 示例