From 4427da272431425e2ce6a9c8ade21b6d2faf85d2 Mon Sep 17 00:00:00 2001 From: Razon Yang Date: Wed, 1 Nov 2017 18:20:12 +0800 Subject: [PATCH] Add FastRouter (#1660) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 24f5d854..466739b4 100644 --- a/README.md +++ b/README.md @@ -1419,6 +1419,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [Bxog](https://github.com/claygod/Bxog) - Simple and fast HTTP router for Go. It works with routes of varying difficulty, length and nesting. And he knows how to create a URL from the received parameters. * [chi](https://github.com/go-chi/chi) - Small, fast and expressive HTTP router built on net/context. * [fasthttprouter](https://github.com/buaazp/fasthttprouter) - High performance router forked from `httprouter`. The first router fit for `fasthttp`. +* [FastRouter](https://github.com/razonyang/fastrouter) - a fast, flexible HTTP router written in Go. * [gocraft/web](https://github.com/gocraft/web) - Mux and middleware package in Go. * [Goji](https://github.com/goji/goji) - Goji is a minimalistic and flexible HTTP request multiplexer with support for `net/context`. * [GoRouter](https://github.com/vardius/gorouter) - GoRouter is a Server/API micro framwework, HTTP request router, multiplexer, mux that provides request router with middleware supporting `net/context`.