From fb55f0bfcbc921e5352ca9cfebc23ff355fe49d8 Mon Sep 17 00:00:00 2001 From: David Guillot Date: Tue, 26 Nov 2024 10:43:05 +0100 Subject: [PATCH] [Web Frameworks] Remove gizmo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit … as it's entered maintenance mode. But I'm not sure you want to remove it, as it's quite popular. This is why I isolated it in a dedicated commit. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index c60dd518..ae13d73c 100644 --- a/README.md +++ b/README.md @@ -3019,7 +3019,6 @@ _Full stack web frameworks._ - [Fuego](https://github.com/go-fuego/fuego) - The framework for busy Go developers! Web framework generating OpenAPI 3 spec from source code. - [Gin](https://github.com/gin-gonic/gin) - Gin is a web framework written in Go! It features a martini-like API with much better performance, up to 40 times faster. If you need performance and good productivity. - [Ginrpc](https://github.com/xxjwxc/ginrpc) - Gin parameter automatic binding tool,gin rpc tools. -- [Gizmo](https://github.com/NYTimes/gizmo) - Microservice toolkit used by the New York Times. - [Goa](https://github.com/goadesign/goa) - Goa provides a holistic approach for developing remote APIs and microservices in Go. - [GoFr](https://github.com/gofr-dev/gofr) - Gofr is an opinionated microservice development framework. - [GoFrame](https://github.com/gogf/gf) - GoFrame is a modular, powerful, high-performance and enterprise-class application development framework of Golang.