syntastic/syntax_checkers/go
Christoph Martin 7010459585 change gofmt invocation
If no syntax errors are found, `gofmt -l % 1>/dev/null` prints the file
name to STDOUT, which is redirected to /dev/null. Less to parse for
syntastic!
If errors are found, they are written to STDERR.

This invocation does not alter the source code, which has been indicated
in the comments.
2012-10-26 12:00:02 +02:00
..
6g.vim go: add gofmt checker from #150 2012-02-11 15:40:45 +00:00
go.vim Added support for multi-line go errors in go.vim 2012-09-09 15:24:55 -07:00
gofmt.vim change gofmt invocation 2012-10-26 12:00:02 +02:00