Test runner and helper for golang.
" run: go test <current-package>
: RunTest
" run: go test <current-package> -run=<current-func>
: RunTestFunc
" echo current package name
: EchoPackage
" echo current test func name
: EchoTestFunc
TBD
- Vim 8.2+
- Go 1.12+
Plug 'micheam/vim-go-test'
MIT
Michito Maeda