From 4b154493d0b2acf5394955db934cbf454ed7388c Mon Sep 17 00:00:00 2001
From: Fenny <25108519+Fenny@users.noreply.github.com>
Date: Sun, 26 Apr 2020 02:59:27 +0200
Subject: [PATCH] Update media links
---
.github/README.md | 1 +
.github/README_de.md | 4 ++++
.github/README_es.md | 4 ++++
.github/README_fr.md | 4 ++++
.github/README_id.md | 4 ++++
.github/README_ja.md | 4 ++++
.github/README_ko.md | 4 ++++
.github/README_nl.md | 4 ++++
.github/README_pt.md | 4 ++++
.github/README_ru.md | 4 ++++
.github/README_tr.md | 4 ++++
.github/README_zh-CN.md | 4 ++++
12 files changed, 45 insertions(+)
diff --git a/.github/README.md b/.github/README.md
index 30bd0d76..789ec35b 100644
--- a/.github/README.md
+++ b/.github/README.md
@@ -498,6 +498,7 @@ For _easier_ and _more clear_ work, we've put [middleware](https://docs.gofiber.
- [Is switching from Express to Fiber worth it? 🤔](https://dev.to/koddr/are-sure-what-your-lovely-web-framework-running-so-fast-2jl1) — _01 Apr 2020_
- [Creating Fast APIs In Go Using Fiber](https://dev.to/jozsefsallai/creating-fast-apis-in-go-using-fiber-59m9) — _07 Apr 2020_
- [Building a Basic REST API in Go using Fiber](https://tutorialedge.net/golang/basic-rest-api-go-fiber/) - _23 Apr 2020_
+- [📺 Building a REST API using GORM and Fiber](https://youtu.be/Iq2qT0fRhAA) - _25 Apr 2020_
## 👍 Contribute
diff --git a/.github/README_de.md b/.github/README_de.md
index 9462fbe7..b74d672b 100644
--- a/.github/README_de.md
+++ b/.github/README_de.md
@@ -64,6 +64,9 @@
+
+
+
Fiber ist ein von Expressjs inspiriertes Web-Framework, aufgebaut auf Fasthttp - die schnellste HTTP engine für Go. Kreiert um Dinge zu vereinfachen, für schnelle Entwicklung mit keinen Speicherzuweisungen und Performance im Hinterkopf.
@@ -491,6 +494,7 @@ Für _eine leichtere_ und _übersichtlichere_ arbeit haben wir die [middleware](
- [Is switching from Express to Fiber worth it? 🤔](https://dev.to/koddr/are-sure-what-your-lovely-web-framework-running-so-fast-2jl1) — _01 Apr 2020_
- [Creating Fast APIs In Go Using Fiber](https://dev.to/jozsefsallai/creating-fast-apis-in-go-using-fiber-59m9) — _07 Apr 2020_
- [Building a Basic REST API in Go using Fiber](https://tutorialedge.net/golang/basic-rest-api-go-fiber/) - _23 Apr 2020_
+- [📺 Building a REST API using GORM and Fiber](https://youtu.be/Iq2qT0fRhAA) - _25 Apr 2020_
## 👍 Mitwirken
diff --git a/.github/README_es.md b/.github/README_es.md
index 6887a641..635a1d91 100644
--- a/.github/README_es.md
+++ b/.github/README_es.md
@@ -64,6 +64,9 @@
+
+
+
Fiber es un framework web inspirado en Express construido sobre Fasthttp, el motor HTTP más rápido para Go. Diseñado para facilitar las cosas para un desarrollo rápido con cero asignación de memoria y rendimiento en mente.
@@ -491,6 +494,7 @@ For _easier_ and _more clear_ work, we've put [middleware](https://docs.gofiber.
- [Is switching from Express to Fiber worth it? 🤔](https://dev.to/koddr/are-sure-what-your-lovely-web-framework-running-so-fast-2jl1) — _01 Apr 2020_
- [Creating Fast APIs In Go Using Fiber](https://dev.to/jozsefsallai/creating-fast-apis-in-go-using-fiber-59m9) — _07 Apr 2020_
- [Building a Basic REST API in Go using Fiber](https://tutorialedge.net/golang/basic-rest-api-go-fiber/) - _23 Apr 2020_
+- [📺 Building a REST API using GORM and Fiber](https://youtu.be/Iq2qT0fRhAA) - _25 Apr 2020_
## 👍 Contribuir
diff --git a/.github/README_fr.md b/.github/README_fr.md
index ee822e12..4ab663fd 100644
--- a/.github/README_fr.md
+++ b/.github/README_fr.md
@@ -64,6 +64,9 @@
+
+
+
Fiber est un framework web inspiré d' Express. Il se base sur Fasthttp, l'implémentation HTTP de Go la plus rapide. Conçu pour faciliter les choses pour des développements rapides, Fiber garde à l'esprit l'absence d'allocations mémoires, ainsi que les performances.
@@ -491,6 +494,7 @@ For _easier_ and _more clear_ work, we've put [middleware](https://docs.gofiber.
- [Is switching from Express to Fiber worth it? 🤔](https://dev.to/koddr/are-sure-what-your-lovely-web-framework-running-so-fast-2jl1) — _01 Apr 2020_
- [Creating Fast APIs In Go Using Fiber](https://dev.to/jozsefsallai/creating-fast-apis-in-go-using-fiber-59m9) — _07 Apr 2020_
- [Building a Basic REST API in Go using Fiber](https://tutorialedge.net/golang/basic-rest-api-go-fiber/) - _23 Apr 2020_
+- [📺 Building a REST API using GORM and Fiber](https://youtu.be/Iq2qT0fRhAA) - _25 Apr 2020_
## 👍 Contribuer
diff --git a/.github/README_id.md b/.github/README_id.md
index d3512a3e..acf91e1f 100644
--- a/.github/README_id.md
+++ b/.github/README_id.md
@@ -64,6 +64,9 @@
+
+
+
Fiber adalah web framework yang terinspirasi dari Express yang berbasiskan Fasthttp, HTTP engine paling cepat untuk Go. Dirancang untuk mempermudah, mempercepat pengembangan aplikasi dengan alokasi memori nol-nya serta kinerja yang selalu diperhatikan.
@@ -493,6 +496,7 @@ For _easier_ and _more clear_ work, we've put [middleware](https://docs.gofiber.
- [Is switching from Express to Fiber worth it? 🤔](https://dev.to/koddr/are-sure-what-your-lovely-web-framework-running-so-fast-2jl1) — _01 Apr 2020_
- [Creating Fast APIs In Go Using Fiber](https://dev.to/jozsefsallai/creating-fast-apis-in-go-using-fiber-59m9) — _07 Apr 2020_
- [Building a Basic REST API in Go using Fiber](https://tutorialedge.net/golang/basic-rest-api-go-fiber/) - _23 Apr 2020_
+- [📺 Building a REST API using GORM and Fiber](https://youtu.be/Iq2qT0fRhAA) - _25 Apr 2020_
## 👍 Berkontribusi
diff --git a/.github/README_ja.md b/.github/README_ja.md
index c53509aa..4989b72a 100644
--- a/.github/README_ja.md
+++ b/.github/README_ja.md
@@ -64,6 +64,9 @@
+
+
+
FIberは、Expressに触発されたWebフレームワークです。Go 最速のHTTPエンジンであるFasthttpで作られています。ゼロメモリアロケーションとパフォーマンスを念頭に置いて設計されており、迅速な開発をサポートします。
@@ -495,6 +498,7 @@ For _easier_ and _more clear_ work, we've put [middleware](https://docs.gofiber.
- [Is switching from Express to Fiber worth it? 🤔](https://dev.to/koddr/are-sure-what-your-lovely-web-framework-running-so-fast-2jl1) — _01 Apr 2020_
- [Creating Fast APIs In Go Using Fiber](https://dev.to/jozsefsallai/creating-fast-apis-in-go-using-fiber-59m9) — _07 Apr 2020_
- [Building a Basic REST API in Go using Fiber](https://tutorialedge.net/golang/basic-rest-api-go-fiber/) - _23 Apr 2020_
+- [📺 Building a REST API using GORM and Fiber](https://youtu.be/Iq2qT0fRhAA) - _25 Apr 2020_
## 👍 貢献する
diff --git a/.github/README_ko.md b/.github/README_ko.md
index ec8916cb..87d177fc 100644
--- a/.github/README_ko.md
+++ b/.github/README_ko.md
@@ -64,6 +64,9 @@
+
+
+
Fiber는 Express에서 영감을 받고, Go를 위한 가장 빠른 HTTP 엔진인 Fasthttp를 토대로 만들어진 웹 프레임워크 입니다. 비 메모리 할당과 성능을 고려한 빠른 개발을 위해 손쉽게 사용되도록 설계되었습니다.
@@ -495,6 +498,7 @@ For _easier_ and _more clear_ work, we've put [middleware](https://docs.gofiber.
- [Is switching from Express to Fiber worth it? 🤔](https://dev.to/koddr/are-sure-what-your-lovely-web-framework-running-so-fast-2jl1) — _01 Apr 2020_
- [Creating Fast APIs In Go Using Fiber](https://dev.to/jozsefsallai/creating-fast-apis-in-go-using-fiber-59m9) — _07 Apr 2020_
- [Building a Basic REST API in Go using Fiber](https://tutorialedge.net/golang/basic-rest-api-go-fiber/) - _23 Apr 2020_
+- [📺 Building a REST API using GORM and Fiber](https://youtu.be/Iq2qT0fRhAA) - _25 Apr 2020_
## 👍 기여
diff --git a/.github/README_nl.md b/.github/README_nl.md
index 579cdc88..e19a476b 100644
--- a/.github/README_nl.md
+++ b/.github/README_nl.md
@@ -64,6 +64,9 @@
+
+
+
Fiber is een web framework geïnspireerd door Express gebouwd bovenop Fasthttp, de snelste HTTP-engine voor Go. Ontworpen om snelle ontwikkeling gemakkelijker te maken zonder geheugenallocatie tezamen met hoge prestaties.
@@ -495,6 +498,7 @@ Voor _eenvoudiger_ en _duidelijker_ werk hebben we de beschikbare [middleware](h
- [Is switching from Express to Fiber worth it? 🤔](https://dev.to/koddr/are-sure-what-your-lovely-web-framework-running-so-fast-2jl1) — _01 Apr 2020_
- [Creating Fast APIs In Go Using Fiber](https://dev.to/jozsefsallai/creating-fast-apis-in-go-using-fiber-59m9) — _07 Apr 2020_
- [Building a Basic REST API in Go using Fiber](https://tutorialedge.net/golang/basic-rest-api-go-fiber/) - _23 Apr 2020_
+- [📺 Building a REST API using GORM and Fiber](https://youtu.be/Iq2qT0fRhAA) - _25 Apr 2020_
## 👍 Bijdragen
diff --git a/.github/README_pt.md b/.github/README_pt.md
index 568fa5d5..654691dd 100644
--- a/.github/README_pt.md
+++ b/.github/README_pt.md
@@ -64,6 +64,9 @@
+
+
+
Fiber é um framework web inspirado no Express, construído sobre o Fasthttp, o motor HTTP mais rápido do Go. Projetado para facilitar e acelerar o desenvolvimento, com zero de alocação de memória e desempenho em mente.
@@ -491,6 +494,7 @@ For _easier_ and _more clear_ work, we've put [middleware](https://docs.gofiber.
- [Is switching from Express to Fiber worth it? 🤔](https://dev.to/koddr/are-sure-what-your-lovely-web-framework-running-so-fast-2jl1) — _01 Apr 2020_
- [Creating Fast APIs In Go Using Fiber](https://dev.to/jozsefsallai/creating-fast-apis-in-go-using-fiber-59m9) — _07 Apr 2020_
- [Building a Basic REST API in Go using Fiber](https://tutorialedge.net/golang/basic-rest-api-go-fiber/) - _23 Apr 2020_
+- [📺 Building a REST API using GORM and Fiber](https://youtu.be/Iq2qT0fRhAA) - _25 Apr 2020_
## 👍 Contribuindo
diff --git a/.github/README_ru.md b/.github/README_ru.md
index cfb12033..d899d648 100644
--- a/.github/README_ru.md
+++ b/.github/README_ru.md
@@ -64,6 +64,9 @@
+
+
+
Fiber — это веб фреймворк, который был вдохновлен Express и основан на Fasthttp, самом быстром HTTP-движке написанном на Go. Фреймворк был разработан с целью упростить процесс быстрой разработки высокопроизводительных веб-приложений с нулевым распределением памяти.
@@ -493,6 +496,7 @@ func main() {
- [Is switching from Express to Fiber worth it? 🤔](https://dev.to/koddr/are-sure-what-your-lovely-web-framework-running-so-fast-2jl1) — _01 Apr 2020_
- [Creating Fast APIs In Go Using Fiber](https://dev.to/jozsefsallai/creating-fast-apis-in-go-using-fiber-59m9) — _07 Apr 2020_
- [Building a Basic REST API in Go using Fiber](https://tutorialedge.net/golang/basic-rest-api-go-fiber/) - _23 Apr 2020_
+- [📺 Building a REST API using GORM and Fiber](https://youtu.be/Iq2qT0fRhAA) - _25 Apr 2020_
## 👍 Помощь проекту
diff --git a/.github/README_tr.md b/.github/README_tr.md
index a1d52ef4..d809c189 100644
--- a/.github/README_tr.md
+++ b/.github/README_tr.md
@@ -64,6 +64,9 @@
+
+
+
Fiber, Go için en hızlı HTTP motoru olan Fasthttp üzerine inşa edilmiş, Express den ilham alan bir web çatısıdır. Sıfır bellek ayırma ve performans göz önünde bulundurularak hızlı geliştirme için işleri kolaylaştırmak üzere tasarlandı.
@@ -491,6 +494,7 @@ For _easier_ and _more clear_ work, we've put [middleware](https://docs.gofiber.
- [Is switching from Express to Fiber worth it? 🤔](https://dev.to/koddr/are-sure-what-your-lovely-web-framework-running-so-fast-2jl1) — _01 Apr 2020_
- [Creating Fast APIs In Go Using Fiber](https://dev.to/jozsefsallai/creating-fast-apis-in-go-using-fiber-59m9) — _07 Apr 2020_
- [Building a Basic REST API in Go using Fiber](https://tutorialedge.net/golang/basic-rest-api-go-fiber/) - _23 Apr 2020_
+- [📺 Building a REST API using GORM and Fiber](https://youtu.be/Iq2qT0fRhAA) - _25 Apr 2020_
## 👍 Destek
diff --git a/.github/README_zh-CN.md b/.github/README_zh-CN.md
index dc2fb91b..f54b830a 100644
--- a/.github/README_zh-CN.md
+++ b/.github/README_zh-CN.md
@@ -64,6 +64,9 @@
+
+
+
Fiber是一个基于Express的 Web框架,建立在Go语言写的 最快的FasthttpHTTP引擎的基础上。皆在简化 零内存分配和提高性能,以便快速开发。 @@ -494,6 +497,7 @@ For _easier_ and _more clear_ work, we've put [middleware](https://docs.gofiber. - [Is switching from Express to Fiber worth it? 🤔](https://dev.to/koddr/are-sure-what-your-lovely-web-framework-running-so-fast-2jl1) — _01 Apr 2020_ - [Creating Fast APIs In Go Using Fiber](https://dev.to/jozsefsallai/creating-fast-apis-in-go-using-fiber-59m9) — _07 Apr 2020_ - [Building a Basic REST API in Go using Fiber](https://tutorialedge.net/golang/basic-rest-api-go-fiber/) - _23 Apr 2020_ +- [📺 Building a REST API using GORM and Fiber](https://youtu.be/Iq2qT0fRhAA) - _25 Apr 2020_ ## 👍 贡献