diff --git a/README.md b/README.md index 6c79f113..b9e1375f 100644 --- a/README.md +++ b/README.md @@ -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.