From 8a229ab30b5bc9197703eaaa7eae3b20f0ab624a Mon Sep 17 00:00:00 2001 From: HenryLee Date: Thu, 15 Dec 2016 14:57:49 +0800 Subject: [PATCH] Add thinkgo web framework A web framework that handler is middleware, supports intelligent parameter mapping and validation, and automates API documentation. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1f831983..08a5cde7 100644 --- a/README.md +++ b/README.md @@ -1176,6 +1176,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [session](https://github.com/icza/session) - Go session management for web servers (including support for Google App Engine - GAE). * [Siesta](https://github.com/VividCortex/siesta) - Composable framework to write middleware and handlers * [tango](https://github.com/lunny/tango) - Micro & pluggable web framework for Go. +* [thinkgo](https://github.com/henrylee2cn/thinkgo) - A web framework that handler is middleware, supports intelligent parameter mapping and validation, and automates API documentation. * [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. * [utron](https://github.com/gernest/utron) - A lightweight MVC framework for Go(Golang).