From 0a373225a1d54d5e0c52054a4ec82b6658270699 Mon Sep 17 00:00:00 2001 From: Kulin Date: Sun, 6 Jul 2014 19:38:02 -0400 Subject: [PATCH] Update README.md Added reference to muxchain in Middleware section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2b845bae..4a548150 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,7 @@ A curated list of awesome Go frameworks, libraries and software. Inspired by [aw * [negroni](https://github.com/codegangsta/negroni) - Idiomatic HTTP Middleware for Golang * [alice](https://github.com/justinas/alice) - Painless middleware chaining for Go +* [muxchain](https://github.com/stephens2424/muxchain) - Lightweight middleware for net/http ## Template Engine