summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBjorn Neergaard <bjorn@neersighted.com>2016-10-11 08:58:01 -0500
committerBjorn Neergaard <bjorn@neersighted.com>2016-10-11 08:58:44 -0500
commit1074afbd08544739f7be6522e48f242a4b5a7023 (patch)
tree6b8807706d3c10b764b12f977d36929d675bb6f5 /doc
parentef14a044703a51b70e318713b8ae4ba809150278 (diff)
downloadale-1074afbd08544739f7be6522e48f242a4b5a7023.zip
Add new go linters to the help
Diffstat (limited to 'doc')
-rw-r--r--doc/ale.txt1
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'