command! -nargs=* GoTagAdd :lua require"gopher".tags_add() command! -nargs=* GoTagRm :lua require"gopher".tags_rm() command! -nargs=* GoTestAdd :lua require"gopher".test_add() command! -nargs=* GoTestsAll :lua require"gopher".tests_all() command! -nargs=* GoTestsExp :lua require"gopher".test_exported() command! -nargs=* GoMod :lua require"gopher".mod() command! -nargs=* GoGet :lua require"gopher".get() command! -nargs=* GoImpl :lua require"gopher".impl() command! -nargs=* GoGenerate :lua require"gopher".generate() command! GoInstallDeps :lua require"gopher".install_deps()