syntastic/syntax_checkers/go
Marco Paganini 68ddbc67f1 Fix govet output parsing for go >= 1.10.
- Changed errorformat of go vet to include go build style messages in
  the parsing of go vet invocations.
- With go 1.10, govet apparently now runs a "go build" to collect
  information about the entire project. As a result, go vet will
  now output both go build and go vet errors. Previously, only
  go vet specific errors were reported.
2018-02-18 10:59:29 -08:00
..
go.vim Cleanup: buffer handling. 2017-02-15 13:50:19 +02: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
gometalinter.vim Cleanup: buffer handling. 2017-02-15 13:50:19 +02:00
gotype.vim Checker go/gotype: option "-a" is now "-t". 2017-05-13 10:09:12 +03:00
govet.vim Fix govet output parsing for go >= 1.10. 2018-02-18 10:59:29 -08:00