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
- Host: GitHub
- URL: https://github.com/micheam/vim-go-test
- Owner: micheam
- Created: 2020-04-01T15:09:55.000Z (about 6 years ago)
- Default Branch: develop
- Last Pushed: 2022-12-23T04:03:52.000Z (over 3 years ago)
- Last Synced: 2025-10-07T16:50:09.192Z (9 months ago)
- Topics: golang-tool, vim-plugin, vimscript
- Language: Vim Script
- Homepage:
- Size: 42 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
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