Bläddra i källkod

update Makefile

fatedier 7 år sedan
förälder
incheckning
a60be8f562
2 ändrade filer med 0 tillägg och 2 borttagningar
  1. 0 1
      Makefile
  2. 0 1
      Makefile.cross-compiles

+ 0 - 1
Makefile

@@ -1,5 +1,4 @@
 export PATH := $(GOPATH)/bin:$(PATH)
-export GO15VENDOREXPERIMENT := 1
 
 all: fmt build
 

+ 0 - 1
Makefile.cross-compiles

@@ -1,5 +1,4 @@
 export PATH := $(GOPATH)/bin:$(PATH)
-export GO15VENDOREXPERIMENT := 1
 LDFLAGS := -s -w
 
 all: build