From 6d68f25f33033a55cfc1e49a2f1b376978c4d3e6 Mon Sep 17 00:00:00 2001 From: Ben Huson Date: Tue, 29 Sep 2015 13:09:33 -0400 Subject: [PATCH] Adding Vestigo - implements a performant, stand-alone, HTTP compliant URL Router for go web applications. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 28427f9..842bf7f 100644 --- a/README.md +++ b/README.md @@ -859,6 +859,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. +* [vestigo](https://github.com/husobee/vestigo) - A performant, stand-alone, HTTP compliant URL Router for go web applications. * [web.go](https://github.com/hoisie/web) - A simple framework to write webapps in Go. * [Zerver](https://github.com/cosiner/zerver) - Zerver is a expressive, modular, feature completed RESTful framework. * [zeus](https://github.com/daryl/zeus) - A very simple and fast HTTP router for Go.