Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.
LCD 47 edited this page Jun 12, 2016 · 9 revisions

This file is no longer maintained

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

Checker options

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.
Clone this wiki locally