add: goblin to Router section (#4094)

This commit is contained in:
Kenta Takeuchi 2022-03-12 10:48:41 +09:00 committed by GitHub
parent 8884cb7c15
commit 769562a801
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2632,6 +2632,7 @@ _Full stack web frameworks._
- [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.
- [goblin](https://github.com/bmf-san/goblin) - A golang http router based on trie tree.
- [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`.
- [goroute](https://github.com/goroute/route) - Simple yet powerful HTTP request multiplexer.