Merge pull request #942 from raztud/patch-1

web.go is not maintained for over 3 years and the website is not up anymore
This commit is contained in:
kirillDanshin 2016-05-29 14:40:46 +03:00
commit d2b58f7e47

View File

@ -1072,7 +1072,6 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [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.
* [xmux](https://github.com/rs/xmux) - A high performance muxer based on `httprouter` with `net/context` support.
* [Zerver](https://github.com/cosiner/zerver) - Zerver is an expressive, modular, feature completed RESTful framework.
* [zeus](https://github.com/daryl/zeus) - A very simple and fast HTTP router for Go.