diff --git a/README.md b/README.md index 9b2e0a3..44c86f5 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,15 @@ Alternately, even just feedback is great: * Healthcheck route * No global state +# Design Decisions + +* TLS is terminated somewhere else, like on a sidecar or reverse proxy. +* 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) +* templating: TBD (suggestions welcome) +* database: TBD (thinking about [go-gorm/gorm](https://github.com/go-gorm/gorm)) + # TODO * Database Boilerplate