feat(gotests): add generate all tests
docs(gotests): add generate all tests
This commit is contained in:
parent
acd414d454
commit
70297f28e7
4 changed files with 18 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
|||
command! -nargs=* GoTagAdd :lua require"gopher".tags_add(<f-args>)
|
||||
command! -nargs=* GoTagRm :lua require"gopher".tags_rm(<f-args>)
|
||||
command! -nargs=* GoTestAdd :lua require"gopher".test_add(<f-args>)
|
||||
command! -nargs=* GoTestsAll :lua require"gopher".tests_all(<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>)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue