From c8dc95f3a1a34d3d88523433223c9a765f43bb09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carles=20Cerezo=20Guzm=C3=A1n?= Date: Thu, 20 Nov 2014 15:21:34 +0000 Subject: [PATCH] Added HTTP Router Zeus --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 63a3e1b0..1686b5b5 100644 --- a/README.md +++ b/README.md @@ -525,6 +525,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [tigertonic](https://github.com/rcrowley/go-tigertonic) - A Go framework for building JSON web services inspired by Dropwizard * [traffic](https://github.com/pilu/traffic) - Sinatra inspired regexp/pattern mux and web framework for Go. * [web.go](https://github.com/hoisie/web) - A simple framework to write webapps in Go. +* [zeus](https://github.com/daryl/zeus) - A very simple and fast HTTP router for Go. ### Middlewares