This commit is contained in:
lordwelch 2017-11-06 23:33:50 -07:00
parent 24fb916525
commit ce7d8221cd

View File

@ -111,6 +111,7 @@ func main() {
} }
err = json.Unmarshal(content, &tmp) err = json.Unmarshal(content, &tmp)
fmt.Println(tmp)
if err != nil { if err != nil {
panic(err) panic(err)
} }
@ -120,7 +121,6 @@ func main() {
T.Close() T.Close()
} }
} }
fmt.Println(keys)
for { for {
var ( var (
r rune r rune