From 8778dd189a049aaee348162f5ecf7897af563ee4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dario=20Casta=C3=B1=C3=A9?= Date: Fri, 16 Jan 2015 23:30:16 +0100 Subject: [PATCH] Medeina HTTP routing tree added --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9b05f9b9..72f794b8 100644 --- a/README.md +++ b/README.md @@ -589,6 +589,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [Macaron](https://github.com/Unknwon/macaron) - Macaron is a high productive and modular design web framework in Go. * [mango](https://github.com/paulbellamy/mango) - Mango is a modular web-application framework for Go, inspired by Rack, and PEP333. * [Martini](https://github.com/go-martini/martini) - Martini is a powerful package for quickly writing modular web applications/services in Golang. +* [medeina](https://github.com/imdario/medeina) - Medeina is a HTTP routing tree based on HttpRouter, inspired by Roda and Cuba. * [pat](https://github.com/bmizerany/pat) - Sinatra style pattern muxer for Go’s net/http library, by the author of Sinatra. * [Revel](https://github.com/revel/revel) - A high-productivity web framework for the Go language. * [sawsij](http://sawsij.com/) - lightweight, open-source web framework for building high-performance, data-driven web applications.