e15ebd3367
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". |
||
---|---|---|
.. | ||
go.vim | ||
gofmt.vim | ||
golint.vim | ||
gotype.vim | ||
govet.vim |