From 932ee71f8693e024b04c4d87ce31910ce8d5b236 Mon Sep 17 00:00:00 2001 From: MUlt1mate Date: Mon, 30 Mar 2026 01:05:28 +0200 Subject: [PATCH 1/2] Add protoc-gen-httpgo library in tools section for Fiber code generation --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2cdf58f..d8b60fa 100644 --- a/README.md +++ b/README.md @@ -174,6 +174,7 @@ Several tools to make Fiber usage easier. - [ryanbekhen/feserve](https://github.com/ryanbekhen/feserve) - Feserve is a lightweight application or Docker image to serve frontend and load balancer applications. - [deepmap/oapi-codegen](https://github.com/deepmap/oapi-codegen) - Generate Go client and server boilerplate from OpenAPI 3 specifications. - [Alibaba/opentelemetry-go-auto-instrumentation](https://github.com/alibaba/opentelemetry-go-auto-instrumentation) - A tool to monitor fiber application without changing any code with OpenTelemetry APIs. +- [MUlt1mate/protoc-gen-httpgo](https://github.com/MUlt1mate/protoc-gen-httpgo) - A protoc plugin that generates Fiber HTTP server and client code from proto files. ## 📖 Articles From 69f8b5df853bad277a86231d341ed73889e75ac1 Mon Sep 17 00:00:00 2001 From: MUlt1mate Date: Mon, 30 Mar 2026 01:11:15 +0200 Subject: [PATCH 2/2] sorted items in tools section --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d8b60fa..90f8d57 100644 --- a/README.md +++ b/README.md @@ -169,12 +169,12 @@ Recipes for Fiber. Several tools to make Fiber usage easier. -- [go-dawn/dawn](https://github.com/go-dawn/dawn) - Dawn is an opinionated web framework that provides rapid development capabilities which on top of Fiber. -- [tompston/gomakeme](https://github.com/tompston/gomakeme) - Generate boilerplate + endpoints for Fiber or Gin REST APIs. -- [ryanbekhen/feserve](https://github.com/ryanbekhen/feserve) - Feserve is a lightweight application or Docker image to serve frontend and load balancer applications. -- [deepmap/oapi-codegen](https://github.com/deepmap/oapi-codegen) - Generate Go client and server boilerplate from OpenAPI 3 specifications. - [Alibaba/opentelemetry-go-auto-instrumentation](https://github.com/alibaba/opentelemetry-go-auto-instrumentation) - A tool to monitor fiber application without changing any code with OpenTelemetry APIs. +- [deepmap/oapi-codegen](https://github.com/deepmap/oapi-codegen) - Generate Go client and server boilerplate from OpenAPI 3 specifications. +- [go-dawn/dawn](https://github.com/go-dawn/dawn) - Dawn is an opinionated web framework that provides rapid development capabilities which on top of Fiber. - [MUlt1mate/protoc-gen-httpgo](https://github.com/MUlt1mate/protoc-gen-httpgo) - A protoc plugin that generates Fiber HTTP server and client code from proto files. +- [ryanbekhen/feserve](https://github.com/ryanbekhen/feserve) - Feserve is a lightweight application or Docker image to serve frontend and load balancer applications. +- [tompston/gomakeme](https://github.com/tompston/gomakeme) - Generate boilerplate + endpoints for Fiber or Gin REST APIs. ## 📖 Articles