syntastic/syntax_checkers/go
LCD 47 e15ebd3367 Go checker: no longer attempt to redirect output of "go build".
Running "go build -o /dev/null" in a main package that lives in GOPATH
produces an error message:

build output "/dev/null" already exists and is not an object file

This issue won't be addressed on the Go side:

http://code.google.com/p/go/issues/detail?id=4851
https://github.com/golang/go/issues/4851

Consequently, syntastic leaves this to the user to resolve.  Set
g:syntastic_go_go_build_args to something including "-o /some/dir"
to redirect the output of "go build".
2015-06-03 07:42:19 +03:00
..
go.vim Go checker: no longer attempt to redirect output of "go build". 2015-06-03 07:42:19 +03:00
gofmt.vim Cleanup: shut up most vint warnings. 2015-03-25 18:44:34 +02:00
golint.vim Cleanup: shut up most vint warnings. 2015-03-25 18:44:34 +02:00
gotype.vim Cleanup: shut up most vint warnings. 2015-03-25 18:44:34 +02:00
govet.vim Cleanup: shut up most vint warnings. 2015-03-25 18:44:34 +02:00