diff --git a/Makefile b/Makefile index 263ab35..488e57a 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,4 @@ export PATH := $(GOPATH)/bin:$(PATH) -export GO15VENDOREXPERIMENT := 1 all: fmt build diff --git a/Makefile.cross-compiles b/Makefile.cross-compiles index c5dda4d..ef243ef 100644 --- a/Makefile.cross-compiles +++ b/Makefile.cross-compiles @@ -1,5 +1,4 @@ export PATH := $(GOPATH)/bin:$(PATH) -export GO15VENDOREXPERIMENT := 1 LDFLAGS := -s -w all: build