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