From 6a599f41b6b8d763c8741a08d6bdebe8312a4412 Mon Sep 17 00:00:00 2001 From: a Date: Fri, 8 Jul 2022 00:22:00 -0500 Subject: [PATCH] a --- app/main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/app/main.go b/app/main.go index 0c7d506..cb753cc 100644 --- a/app/main.go +++ b/app/main.go @@ -90,5 +90,6 @@ func (h *Handler) handleSite(w http.ResponseWriter, r *http.Request) { } func main() { + log.Printf("starting with config: %+v", Config) http.ListenAndServe(":"+Config.Port, &Handler{}) }