Merge pull request #681 from arthurwhite/master

Add Volatile
This commit is contained in:
Thiago Avelino 2015-11-20 15:44:02 -02:00
commit aec9a5a01b

View File

@ -899,6 +899,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [tango](https://github.com/lunny/tango) - Micro & pluggable web framework for Go. * [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 * [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. * [traffic](https://github.com/pilu/traffic) - Sinatra inspired regexp/pattern mux and web framework for Go.
* [Volatile](https://github.com/volatile/core) - Minimalist middleware stack promoting flexibility, good practices and clean code.
* [web.go](https://github.com/hoisie/web) - A simple framework to write webapps in Go. * [web.go](https://github.com/hoisie/web) - A simple framework to write webapps in Go.
* [Zerver](https://github.com/cosiner/zerver) - Zerver is a expressive, modular, feature completed RESTful framework. * [Zerver](https://github.com/cosiner/zerver) - Zerver is a expressive, modular, feature completed RESTful framework.
* [zeus](https://github.com/daryl/zeus) - A very simple and fast HTTP router for Go. * [zeus](https://github.com/daryl/zeus) - A very simple and fast HTTP router for Go.