diff --git a/build.sh b/build.sh index d4ce430..2448d61 100755 --- a/build.sh +++ b/build.sh @@ -49,6 +49,7 @@ mkdir -p $GOPATH echo "obtaining gx" go get -v github.com/whyrusleeping/gx go get -v github.com/whyrusleeping/gx-go -$GOPATH/bin/gx install --global +export GO15VENDOREXPERIMENT=1 +$GOPATH/bin/gx install go build -v echo "Built"