An open API service indexing awesome lists of open source software.

https://github.com/micheam/vim-go-test

golang test runner for Vim
https://github.com/micheam/vim-go-test

golang-tool vim-plugin vimscript

Last synced: 3 months ago
JSON representation

golang test runner for Vim

Awesome Lists containing this project

README

          

# vim-go-test

Test runner and helper for golang.

## Usage

```vim
" run: go test
: RunTest

" run: go test -run=
: RunTestFunc

" echo current package name
: EchoPackage

" echo current test func name
: EchoTestFunc
```

## Options

TBD

## Requirements

- Vim 8.2+
- Go 1.12+

## Installation

```vim
Plug 'micheam/vim-go-test'
```

## License
MIT

## Author
Michito Maeda