diff --git a/README.md b/README.md index cfcde7f8..462d5bb1 100644 --- a/README.md +++ b/README.md @@ -1777,6 +1777,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis ### Routers * [alien](https://github.com/gernest/alien) - Lightweight and fast http router from outer space. +* [bellt](https://github.com/GuilhermeCaruso/bellt) - A simple Go HTTP router. * [Bone](https://github.com/go-zoo/bone) - Lightning Fast HTTP Multiplexer. * [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.