Merge pull request #2131 from gagbo/patch-3
lang/go: remove GO111MODULE envvar
This commit is contained in:
commit
13a4f17ca6
1 changed files with 1 additions and 2 deletions
|
@ -72,5 +72,4 @@
|
||||||
|
|
||||||
(use-package! flycheck-golangci-lint
|
(use-package! flycheck-golangci-lint
|
||||||
:when (featurep! :tools flycheck)
|
:when (featurep! :tools flycheck)
|
||||||
:hook (go-mode . flycheck-golangci-lint-setup)
|
:hook (go-mode . flycheck-golangci-lint-setup))
|
||||||
:config (setenv "GO111MODULE" "on"))
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue