diff options
author | Bjorn Neergaard <bjorn@neersighted.com> | 2016-10-11 08:58:01 -0500 |
---|---|---|
committer | Bjorn Neergaard <bjorn@neersighted.com> | 2016-10-11 08:58:44 -0500 |
commit | 1074afbd08544739f7be6522e48f242a4b5a7023 (patch) | |
tree | 6b8807706d3c10b764b12f977d36929d675bb6f5 | |
parent | ef14a044703a51b70e318713b8ae4ba809150278 (diff) | |
download | ale-1074afbd08544739f7be6522e48f242a4b5a7023.zip |
Add new go linters to the help
-rw-r--r-- | doc/ale.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/ale.txt b/doc/ale.txt index cb6d9305..dbecf4f3 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -55,6 +55,7 @@ The following languages and tools are supported. * Cython (pyrex filetype): 'cython' * D: 'dmd' * Fortran: 'gcc' +* Go: 'gofmt -e', 'go vet', 'golint' * Haskell: 'ghc' * HTML: 'HTMLHint', 'tidy' * JavaScript: 'eslint', 'jscs', 'jshint' |