Update README.md

added tigertonic web framework
This commit is contained in:
Nick Forte 2014-07-06 20:44:31 -07:00
parent 442f772895
commit f27995af67

View File

@ -48,6 +48,7 @@ A curated list of awesome Go frameworks, libraries and software. Inspired by [aw
* [httprouter](https://github.com/julienschmidt/httprouter) - A high performance router. Use this and the standard http handlers to form a very high performance web framework.
* [gocraft/web](https://github.com/gocraft/web) - A mux and middleware package in Go.
* [mango](https://github.com/paulbellamy/mango) - Mango is a modular web-application framework for Go, inspired by Rack, and PEP333.
* [tigertonic](https://github.com/rcrowley/go-tigertonic) - A Go framework for building JSON web services inspired by Dropwizard
### Middlewares