Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 595 Bytes

README.md

File metadata and controls

44 lines (30 loc) · 595 Bytes

vim-go-test

Test runner and helper for golang.

Usage

" 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

Options

TBD

Requirements

  • Vim 8.2+
  • Go 1.12+

Installation

Plug 'micheam/vim-go-test'

License

MIT

Author

Michito Maeda