feat: add GoGenerate command
feat(health): add gogenerate docs(gogenerate): add doc
This commit is contained in:
parent
572c346098
commit
507ccb6347
5 changed files with 40 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ local M = {
|
|||
{ lib = "nvim-treesitter" },
|
||||
},
|
||||
binarys = {
|
||||
{ bin = "go", help = "required for GoMod command" },
|
||||
{ bin = "go", help = "required for GoMod, GoGet, GoGenerate 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