feat: add GoGenerate command

feat(health): add gogenerate

docs(gogenerate): add doc
This commit is contained in:
Smirnov Olexander 2022-06-21 14:23:37 +03:00
parent 572c346098
commit 507ccb6347
5 changed files with 40 additions and 1 deletions

View file

@ -3,4 +3,5 @@ command! -nargs=* GoTagRm :lua require"gopher".tags_rm(<f-args>)
command! -nargs=* GoMod :lua require"gopher".mod(<f-args>)
command! -nargs=* GoGet :lua require"gopher".get(<f-args>)
command! -nargs=* GoImpl :lua require"gopher".impl(<f-args>)
command! -nargs=* GoGenerate :lua require"gopher".generate(<f-args>)
command! GoInstallDeps :lua require"gopher".install_deps()