This commit is contained in:
huangsimin 2018-12-19 18:21:10 +08:00
parent 81e2294dd7
commit 917a9d0ef0

View File

@ -144,7 +144,7 @@ func (p *Parser) ConfigQueue(yamlpath string) {
panic(err) panic(err)
} }
err = yaml.Unmarshal(data, p.que) err = yaml.Unmarshal(data, &p.que)
if err != nil { if err != nil {
panic(err) panic(err)
} }