From a87334704c3566bf3d5128105d448a71baa5eecf Mon Sep 17 00:00:00 2001 From: Smirnov Olexander Date: Thu, 16 Jun 2022 18:11:29 +0300 Subject: [PATCH] feat(health): check if `impl` installed --- lua/gopher/health.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/gopher/health.lua b/lua/gopher/health.lua index 99a6c5b..691a1ca 100644 --- a/lua/gopher/health.lua +++ b/lua/gopher/health.lua @@ -8,6 +8,7 @@ local M = { binarys = { { bin = "go", help = "required for GoMod command" }, { bin = "gomodifytags", help = "required for modify struct tags" }, + { bin = "impl", help = "required for interface implementing" }, }, }, }