From fcb7e9d9801af15d69423f322a532a3e32662b5d Mon Sep 17 00:00:00 2001 From: sangjinsu <48817731+sangjinsu@users.noreply.github.com> Date: Sun, 12 Dec 2021 23:13:05 +0900 Subject: [PATCH] Update README_ko.md translated limitation into Korean. --- .github/README_ko.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/README_ko.md b/.github/README_ko.md index ff31597dcb..ce1c759c0d 100644 --- a/.github/README_ko.md +++ b/.github/README_ko.md @@ -142,7 +142,7 @@ Fiber는 인터넷에서 가장 인기있는 웹 프레임워크인 Express에 우리는 **어떤한** 작업, **마감일정**, 개발자의 **기술**이던간에 **빠르고**, **유연하고**, **익숙한** Go 웹 프레임워크를 만들기 위해 사용자들의 [이슈들](https://github.com/gofiber/fiber/issues)을(그리고 모든 인터넷을 통해) **듣고 있습니다**! Express가 자바스크립트 세계에서 하는 것 처럼요. -## Limitations +## :warning: 한계점 * 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.