From 4fd071465289488efc09807146a954851d5a635f Mon Sep 17 00:00:00 2001 From: bel Date: Sun, 22 Mar 2026 20:39:18 -0600 Subject: [PATCH] sanity check --- main.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/main.go b/main.go index 5f30517..b7649e2 100644 --- a/main.go +++ b/main.go @@ -7,6 +7,7 @@ import ( "flag" "fmt" "html/template" + "log" "math" "os" "os/signal" @@ -132,6 +133,7 @@ For the city {{.City}}, answer the following descriptors '1' for true or '0' for } } + log.Printf("%+v", results) //log.Println(text) for i := range descriptors { sum := 0.0