From 14d4f1c503b918bcbc3a5aaef45edcf82308869b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=A7=E9=B9=8F?= Date: Sun, 9 Jun 2024 10:39:40 +0800 Subject: [PATCH] Add Gone (#5320) Co-authored-by: dapeng --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 77058899..e3514086 100644 --- a/README.md +++ b/README.md @@ -2945,6 +2945,7 @@ _Full stack web frameworks._ - [Golax](https://github.com/fulldump/golax) - A non Sinatra fast HTTP framework with support for Google custom methods, deep interceptors, recursion and more. - [Golf](https://github.com/dinever/golf) - Golf is a fast, simple and lightweight micro-web framework for Go. It comes with powerful features and has no dependencies other than the Go Standard Library. - [Gondola](https://github.com/rainycape/gondola) - The web framework for writing faster sites, faster. +- [Gone](https://github.com/gone-io/gone) - A lightweight dependency injection and web framework inspired by Spring. - [gongular](https://github.com/mustafaakin/gongular) - Fast Go web framework with input mapping/validation and (DI) Dependency Injection. - [GoTuna](https://github.com/gotuna/gotuna) - Minimalistic web framework for Go with mux router, middlewares, sessions, templates, embedded views and static files. - [goweb](https://github.com/twharmon/goweb) - Web framework with routing, websockets, logging, middleware, static file server (optional gzip), and automatic TLS.