From 713e5290e0b18290e2438e5a7b2ec20cccf8caba Mon Sep 17 00:00:00 2001 From: Smirnov Oleksandr Date: Sun, 26 Feb 2023 23:33:13 +0200 Subject: [PATCH] fix(health): add forgoted bin --- lua/gopher/health.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/gopher/health.lua b/lua/gopher/health.lua index 4e76f27..44896e8 100644 --- a/lua/gopher/health.lua +++ b/lua/gopher/health.lua @@ -26,6 +26,7 @@ local bin_deps = { { bin = c.impl, msg = "uses by :GoImpl" }, { bin = c.gotests, msg = "uses by :GoTestAdd, :GoTestsAll, :GoTestsExp" }, { bin = c.dlv, msg = "uses by debugger" }, + { bin = c.iferr, msg = "uses to generate `if err` blocks" }, } function health.check()