go layer : import GO15VENDOREXPERIMENT from env

New Go package management tools will follow this env variable to
determine the location to look for dependencies
See : https://github.com/golang/go/wiki/PackageManagementTools
This commit is contained in:
sectorzero 2015-10-22 15:15:46 -07:00 committed by syl20bnr
parent e41938208e
commit 5f40cc56fa

View file

@ -12,7 +12,8 @@
(defun go/init-go-mode()
(when (memq window-system '(mac ns x))
(exec-path-from-shell-copy-env "GOPATH"))
(exec-path-from-shell-copy-env "GOPATH")
(exec-path-from-shell-copy-env "GO15VENDOREXPERIMENT"))
(use-package go-mode
:defer t