From fb3510b276053f2b00faddee5e3b306da7d58f4d Mon Sep 17 00:00:00 2001 From: Anthony Romano Date: Tue, 22 Mar 2016 17:15:33 -0700 Subject: [PATCH] build: enable vendor experiment for go1.5 --- build | 1 + 1 file changed, 1 insertion(+) diff --git a/build b/build index a6792fbb5..e6357c08c 100755 --- a/build +++ b/build @@ -4,6 +4,7 @@ ORG_PATH="github.com/coreos" REPO_PATH="${ORG_PATH}/etcd" export GOPATH=${PWD}/gopath +export GO15VENDOREXPERIMENT="1" rm -f $GOPATH/src/${REPO_PATH} mkdir -p $GOPATH/src/${ORG_PATH}