ale/ale_linters/go
Joshua Rubin 472631573e try fixing go build (#297)
* try fixing go build

* cache some system calls

* fix /dev/null

* use chained commands, use `go test -c` instead of `go tool compile`

* fix some unescaped shell commands

* fix a bug with explicitly setting GOPATH

* implement changes requested in code review. handle errors from multiple files. fix issue when starting a new package

* run `go env` as a job

* ensure all functions return the proper type

* fix loclist line numbers in some cases

* remove multibuffer support for now
2017-02-07 20:36:04 +00:00
..
gobuild.vim try fixing go build (#297) 2017-02-07 20:36:04 +00:00
gofmt.vim Add support for dot-seperate linters, improve linter tests 2016-10-21 21:02:20 -05:00
golint.vim Add support for dot-seperate linters, improve linter tests 2016-10-21 21:02:20 -05:00
govet.vim Add support for dot-seperate linters, improve linter tests 2016-10-21 21:02:20 -05:00