summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/ale.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ale.txt b/doc/ale.txt
index 3d8412e8..e181fa4a 100644
--- a/doc/ale.txt
+++ b/doc/ale.txt
@@ -73,7 +73,7 @@ The following languages and tools are supported.
* Elixir: 'credo'
* Elm: 'elm-make'
* Fortran: 'gcc'
-* Go: 'gofmt -e', 'go vet', 'golint'
+* Go: 'gofmt -e', 'go vet', 'golint', 'go build'
* Haskell: 'ghc', 'hlint'
* HTML: 'HTMLHint', 'tidy'
* JavaScript: 'eslint', 'jscs', 'jshint', 'flow'