docs: Remove duplicated text

the Japanese text and English text were same. Remove English one.
pull/1043/head
s7tya 2020-11-28 10:49:13 +09:00
parent 68ddf28312
commit 69e359e502
1 changed files with 0 additions and 2 deletions

View File

@ -143,8 +143,6 @@ Fiber は人気の高い Web フレームワークである Expressjs に**イ
以下に一般的な例をいくつか示します。他のコード例をご覧になりたい場合は、 [Recipes リポジトリ](https://github.com/gofiber/recipes)または[API ドキュメント](https://docs.gofiber.io)にアクセスしてください。
Listed below are some of the common examples. If you want to see more code examples , please visit our [Recipes repository](https://github.com/gofiber/recipes) or visit our hosted [API documentation](https://docs.gofiber.io).
#### 📖 [**Basic Routing**](https://docs.gofiber.io/#basic-routing)
```go