summaryrefslogtreecommitdiff
path: root/doc/ale-go.txt
diff options
context:
space:
mode:
authorMartin Tournoij <martin@arp242.net>2018-09-19 19:33:23 +0100
committerw0rp <w0rp@users.noreply.github.com>2018-09-19 19:33:23 +0100
commite82bcdb8a6dc888130c03bc80cba492051c5ffbf (patch)
tree7ac138a0990261e3ff70f518a5a01dc311a31230 /doc/ale-go.txt
parenta6c6e24d61c3d67f46cb9e3d5a8d4c8475b8a8c6 (diff)
downloadale-e82bcdb8a6dc888130c03bc80cba492051c5ffbf.zip
Add fixer for Go modules (#1873)
* Add fixer for Go modules
Diffstat (limited to 'doc/ale-go.txt')
-rw-r--r--doc/ale-go.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/ale-go.txt b/doc/ale-go.txt
index 1d55763e..71b248ee 100644
--- a/doc/ale-go.txt
+++ b/doc/ale-go.txt
@@ -20,6 +20,15 @@ the benefit of running a number of linters, more than ALE would by default,
while ensuring it doesn't run any linters known to be slow or resource
intensive.
+g:ale_go_go_executable *g:ale_go_go_options*
+ *b:ale_go_go_options*
+
+ Type: |String|
+ Default: `'go'`
+
+ The executable that will be run for the `gobuild` and `govet` linters, and
+ the gomod` fixer.
+
===============================================================================
gobuild *ale-go-gobuild*