feat(health): check if impl installed

This commit is contained in:
Smirnov Olexander 2022-06-16 18:11:29 +03:00
parent 6fd413c4c2
commit a87334704c

View file

@ -8,6 +8,7 @@ local M = {
binarys = { binarys = {
{ bin = "go", help = "required for GoMod command" }, { bin = "go", help = "required for GoMod command" },
{ bin = "gomodifytags", help = "required for modify struct tags" }, { bin = "gomodifytags", help = "required for modify struct tags" },
{ bin = "impl", help = "required for interface implementing" },
}, },
}, },
} }