sanity check
This commit is contained in:
2
main.go
2
main.go
@@ -7,6 +7,7 @@ import (
|
|||||||
"flag"
|
"flag"
|
||||||
"fmt"
|
"fmt"
|
||||||
"html/template"
|
"html/template"
|
||||||
|
"log"
|
||||||
"math"
|
"math"
|
||||||
"os"
|
"os"
|
||||||
"os/signal"
|
"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)
|
//log.Println(text)
|
||||||
for i := range descriptors {
|
for i := range descriptors {
|
||||||
sum := 0.0
|
sum := 0.0
|
||||||
|
|||||||
Reference in New Issue
Block a user