fix(health): add forgoted bin

This commit is contained in:
Smirnov Oleksandr 2023-02-26 23:33:13 +02:00
parent 785334860c
commit 713e5290e0

View file

@ -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()