diff --git a/README.md b/README.md index 44c86f5..e6ba5c1 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,9 @@ Alternately, even just feedback is great: * logging: [rs/zerolog](https://github.com/rs/zerolog) * configuration: [spf13/viper](https://github.com/spf13/viper) * mux/router: [gorilla/mux](https://github.com/gorilla/mux) + * thinking about switching to + [go-chi/chi](https://github.com/go-chi/chi) which supports contexts + and HandlerFunc-wrapping middleware * templating: TBD (suggestions welcome) * database: TBD (thinking about [go-gorm/gorm](https://github.com/go-gorm/gorm))