Merge pull request #8 from dukex/patch-3

added Middlewares
This commit is contained in:
Thiago Avelino 2014-07-06 12:35:48 -03:00
commit 38facb41e9

View File

@ -5,6 +5,7 @@ A curated list of awesome Go frameworks, libraries and software. Inspired by [aw
- [Awesome Go](#awesome-go)
- [Web Frameworks](#web-frameworks)
- [Middlewares](#middlewares)
- [Template Engine](#template-engine)
- [Authentication and OAuth](#authentication-and-oauth)
- [Database](#database)
@ -30,6 +31,10 @@ A curated list of awesome Go frameworks, libraries and software. Inspired by [aw
* [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.
### Middlewares
* [negroni](https://github.com/codegangsta/negroni) - Idiomatic HTTP Middleware for Golang
* [alice](https://github.com/justinas/alice) - Painless middleware chaining for Go
## Template Engine