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