update readme
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Jeffrey Paul 2020-09-30 05:09:05 -07:00
parent 31afad1838
commit 3827bfac88
1 changed files with 3 additions and 0 deletions

View File

@ -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))