From 4fe619d26be1732a6150047eaae53a57b44f259b Mon Sep 17 00:00:00 2001 From: Adrien Delorme Date: Tue, 29 Mar 2016 17:45:43 +0200 Subject: [PATCH] add link to VarHandler * https://github.com/azr/generators/tree/master/varhandler --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e392f1a..d1d21e5 100644 --- a/README.md +++ b/README.md @@ -1036,6 +1036,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. * [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. +* [VarHandler](https://github.com/azr/generators/tree/master/varhandler) - Generate boilerplate http input and ouput handling. * [vestigo](https://github.com/husobee/vestigo) - A performant, stand-alone, HTTP compliant URL Router for go web applications. * [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.