This commit is contained in:
lordwelch 2017-11-06 23:04:00 -07:00
parent 64c296d4cb
commit ef710051b8

View File

@ -110,7 +110,7 @@ func main() {
panic(err) panic(err)
} }
err = json.Unmarshal(content, tmp) err = json.Unmarshal(content, &tmp)
if err != nil { if err != nil {
panic(err) panic(err)
} }