fix(health): add forgoted bin
This commit is contained in:
parent
785334860c
commit
713e5290e0
1 changed files with 1 additions and 0 deletions
|
|
@ -26,6 +26,7 @@ local bin_deps = {
|
||||||
{ bin = c.impl, msg = "uses by :GoImpl" },
|
{ bin = c.impl, msg = "uses by :GoImpl" },
|
||||||
{ bin = c.gotests, msg = "uses by :GoTestAdd, :GoTestsAll, :GoTestsExp" },
|
{ bin = c.gotests, msg = "uses by :GoTestAdd, :GoTestsAll, :GoTestsExp" },
|
||||||
{ bin = c.dlv, msg = "uses by debugger" },
|
{ bin = c.dlv, msg = "uses by debugger" },
|
||||||
|
{ bin = c.iferr, msg = "uses to generate `if err` blocks" },
|
||||||
}
|
}
|
||||||
|
|
||||||
function health.check()
|
function health.check()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue