This commit is contained in:
shoopea 2019-12-26 13:09:48 +08:00
parent 48f91bd07b
commit f946ab28dd

View File

@ -97,7 +97,7 @@ func main() {
err := gcfg.ReadFileInto(&cfg, *config)
failOnError(err, "Parsing config")
_, err := Asset("data/code_obj_type.json")
_, err = Asset("data/code_obj_type.json")
failOnError(err, "data/code_obj_type.json")
_, err = Asset("data/code_obj_type.json")
failOnError(err, "data/code_obj_sub_type.json")