From c634e78977eb9044b1372d2c1f0b07c31ae2bcf1 Mon Sep 17 00:00:00 2001 From: Milos Stojanovic Date: Mon, 19 Apr 2021 12:03:12 +0200 Subject: [PATCH] Added GoTuna --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 00946830..f16a4754 100644 --- a/README.md +++ b/README.md @@ -2217,6 +2217,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [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. * [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, embeded 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. * [Goyave](https://github.com/go-goyave/goyave) - Feature-complete REST API framework aimed at clean code and fast development, with powerful built-in functionalities. * [hiboot](https://github.com/hidevopsio/hiboot) - hiboot is a high performance web application framework with auto configuration and dependency injection support.