From a60be8f562064ddf7817d2dd88ff8c868f8809e5 Mon Sep 17 00:00:00 2001 From: fatedier Date: Thu, 3 May 2018 00:32:05 +0800 Subject: [PATCH] update Makefile --- Makefile | 1 - Makefile.cross-compiles | 1 - 2 files changed, 2 deletions(-) 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