forked from vim-syntastic/syntastic
-
Notifications
You must be signed in to change notification settings - Fork 2
Go: go
LCD 47 edited this page Jun 12, 2016
·
9 revisions
This file exists only as a historic reference. Documentation for syntastic
checkers is now included in the manual, please see :help syntastic-checkers
in Vim.
Maintainer: Kamil Kisiel kamil@kamilkisiel.net
This syntax checker does not reformat your source code.
Use a BufWritePre
autocommand towards that end:
autocmd FileType go autocmd BufWritePre <buffer> Fmt
- g:syntastic_go_go_build_args (string; default: '-buildmode=archive')
- arguments passed to
go build
- g:syntastic_go_go_test_args (string; default: '-buildmode=archive')
- arguments passed to
go test
.
[Syntastic Wiki][0] [0]: https://github.com/scrooloose/syntastic/wiki/