From b55d5fea0b42a8a642bc51d3273424b641a81257 Mon Sep 17 00:00:00 2001 From: Christoffer Hallas Date: Sun, 28 Jun 2015 10:31:58 +0200 Subject: [PATCH] Removes ServeMux from list of frameworks Fixes #465 --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 882f49d..cfd7e35 100644 --- a/README.md +++ b/README.md @@ -791,7 +791,6 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [Revel](https://github.com/revel/revel) - A high-productivity web framework for the Go language. * [rex](https://github.com/goanywhere/rex) - Rex is a library for modular development built upon gorilla/mux, fully compatible with `net/http`. * [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. * [Siesta](https://github.com/VividCortex/siesta) - Composable framework to write middleware and handlers * [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