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)
fmt.Println(tmp)
if err != nil {
panic(err)
}
@ -120,7 +121,6 @@ func main() {
T.Close()
}
}
fmt.Println(keys)
for {
var (
r rune