diff --git a/README.md b/README.md index 3af8f546..f71b2895 100644 --- a/README.md +++ b/README.md @@ -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