Explorar el Código

update Makefile

fatedier hace 7 años
padre
commit
a60be8f562
Se han modificado 2 ficheros con 0 adiciones y 2 borrados
  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