feat(health): check if impl installed
This commit is contained in:
parent
6fd413c4c2
commit
a87334704c
1 changed files with 1 additions and 0 deletions
|
|
@ -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" },
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue