Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

(v3.6.0) Go: go

LCD 47 edited this page Jan 19, 2015 · 1 revision

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: empty)
arguments passed to go build
g:syntastic_go_go_test_args (string; default: empty)
arguments passed to go test.
Clone this wiki locally