From 00578c55e57f0dfc797569450af4fbb38eccc071 Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Sat, 18 Apr 2015 15:27:52 +0800 Subject: [PATCH] add tango to web framework --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0f1c556..61aa34b 100644 --- a/README.md +++ b/README.md @@ -706,6 +706,7 @@ Join us on IRC at **#awesome-go** on freenode [web access](http://webchat.freeno * [traffic](https://github.com/pilu/traffic) - Sinatra inspired regexp/pattern mux and web framework for Go. * [web.go](https://github.com/hoisie/web) - A simple framework to write webapps in Go. * [zeus](https://github.com/daryl/zeus) - A very simple and fast HTTP router for Go. +* [tango](https://github.com/lunny/tango) - Micro & pluggable web framework for Go. ### Middlewares