From 1480b20dcb9a0dd2bfdf964765450ea3ac8dd7ee Mon Sep 17 00:00:00 2001 From: ACHMAD IRIANTO EKA PUTRA Date: Wed, 8 Jan 2025 11:54:47 +0700 Subject: [PATCH] feat: add GoFiber in web frameworks Add GoFiber --- src/data/roadmaps/golang/content/104-go-web-frameworks/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/data/roadmaps/golang/content/104-go-web-frameworks/index.md b/src/data/roadmaps/golang/content/104-go-web-frameworks/index.md index da4ffe739..c6906f154 100644 --- a/src/data/roadmaps/golang/content/104-go-web-frameworks/index.md +++ b/src/data/roadmaps/golang/content/104-go-web-frameworks/index.md @@ -6,6 +6,7 @@ There are several famous web frameworks for Go. Most common ones being: - Gin - Revel - Echo +- GoFiber Visit the following resources to learn more: