I really like chi[0] - I think it strikes the right balance of being small and understandable, but also solving common problems (e.g. nested routes, URL parameters, etc.). It also uses standard Go conventions, so it's very interoperable and would be easy to migrate away from, if necessary.[0]: https://github.com/go-chi/chi
AdamJacobMuller|7 years ago
I happen to be a fan of web[0] even though its basically a dead project, it works fine and is minimal enough to not need any changes.
[0] https://github.com/gocraft/web
ovao|7 years ago