From fef72675607a5b5bc154eb34356ce19e81814dc5 Mon Sep 17 00:00:00 2001 From: Geofrey Ernest Date: Mon, 31 Oct 2016 18:06:15 +0300 Subject: [PATCH] Add utron framework (#1158) This adds utron MVC framework on the web frameworks section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6136ce9d..9d46b97a 100644 --- a/README.md +++ b/README.md @@ -1155,6 +1155,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. +* [utron](https://github.com/gernest/utron) - A lightweight MVC framework for Go(Golang). * [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.