Merge pull request #2131 from gagbo/patch-3

lang/go: remove GO111MODULE envvar
This commit is contained in:
Henrik Lissner 2019-12-01 15:06:32 -05:00 committed by GitHub
commit 13a4f17ca6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -72,5 +72,4 @@
(use-package! flycheck-golangci-lint
:when (featurep! :tools flycheck)
:hook (go-mode . flycheck-golangci-lint-setup)
:config (setenv "GO111MODULE" "on"))
:hook (go-mode . flycheck-golangci-lint-setup))