From 0b931ce2d218ecaa3e90e5855c01d138c898b9df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E4=BD=B3=E5=86=9B?= Date: Fri, 23 Feb 2018 20:24:29 +0800 Subject: [PATCH] add https://github.com/xujiajun/gorouter library (#1820) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7b1ed5df..1634ada4 100644 --- a/README.md +++ b/README.md @@ -1518,6 +1518,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [Siesta](https://github.com/VividCortex/siesta) - Composable framework to write middleware and handlers. * [vestigo](https://github.com/husobee/vestigo) - Performant, stand-alone, HTTP compliant URL Router for go web applications. * [xmux](https://github.com/rs/xmux) - High performance muxer based on `httprouter` with `net/context` support. +* [xujiajun/gorouter](https://github.com/xujiajun/gorouter) - A simple and fast HTTP router for Go. * [zeus](https://github.com/daryl/zeus) - Very simple and fast HTTP router for Go. ## Windows