From 3827bfac882f61b1ecb2d1120194602b5b030f7f Mon Sep 17 00:00:00 2001 From: sneak Date: Wed, 30 Sep 2020 05:09:05 -0700 Subject: [PATCH] update readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) 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))