From d5910a898a107f6709ac6d7d47fe85d91db09772 Mon Sep 17 00:00:00 2001 From: "Dotan J. Nahum" Date: Sun, 6 Jul 2014 18:50:41 +0300 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c56914db..f2f54c3e 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,8 @@ A curated list of awesome Go frameworks, libraries and software. Inspired by [aw * [Revel](http://revel.github.io/) - A high-productivity web framework for the Go language. * [Beego](http://beego.me/) - beego is an open-source, high-performance web framework for the Go programming language. * [traffic](https://github.com/pilu/traffic) - Sinatra inspired regexp/pattern mux and web framework for Go. +* [httprouter](https://github.com/julienschmidt/httprouter) - A high performance router. Use this and the standard http handlers to form a very high performance web framework. + ### Middlewares