summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorw0rp <w0rp@users.noreply.github.com>2019-07-30 21:17:20 +0100
committerGitHub <noreply@github.com>2019-07-30 21:17:20 +0100
commit3ae01ba24967a37e5a41626673422be53e188026 (patch)
treeb68094ab353b74b998de86f003631401f5ff0d85 /doc
parent8f5ecf01200f82d12d452992a92c23fcf9e0f0e8 (diff)
parent49db8210f68637a2af14b21940f3cbbaf7361047 (diff)
downloadale-3ae01ba24967a37e5a41626673422be53e188026.zip
Merge pull request #2430 from eliath/master
Support $GO111MODULE with Go tooling
Diffstat (limited to 'doc')
-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 611e3fdd..5e2167c6 100644
--- a/doc/ale-go.txt
+++ b/doc/ale-go.txt
@@ -29,6 +29,15 @@ g:ale_go_go_executable *g:ale_go_go_options*
The executable that will be run for the `gobuild` and `govet` linters, and
the `gomod` fixer.
+g:ale_go_go111module *g:ale_go_go111module*
+ *b:ale_go_go111module*
+ Type: |String|
+ Default: `''`
+
+ Override the value of the `$GO111MODULE` environment variable for
+ golang tools.
+
+
===============================================================================
bingo *ale-go-bingo*