Update README.md

Added reference to muxchain in Middleware section
This commit is contained in:
Kulin 2014-07-06 19:38:02 -04:00
parent ac4d26501f
commit 0a373225a1

View File

@ -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