From 93f8449cb2b929c8e58569b6ee1f4b81a302877c Mon Sep 17 00:00:00 2001 From: Christoffer Hallas Date: Wed, 22 Apr 2015 21:26:00 +0200 Subject: [PATCH] Update README.md Added ServeMux to the list of Web Frameworks --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 674138cd..fb1315c9 100644 --- a/README.md +++ b/README.md @@ -709,6 +709,7 @@ Join us on IRC at **#awesome-go** on freenode [web access](http://webchat.freeno * [Resoursea](https://github.com/resoursea/api) - A REST framework for quickly writing resource based services. * [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. +* [ServeMux](http://servemux.com) - Idiomatic Go http.Handler framework. * [tango](https://github.com/lunny/tango) - Micro & pluggable web framework for Go. * [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.