Merge pull request #264 from zhaoyunxing92/rmproxy

rm:go proxy
diff --git a/build/Makefile b/build/Makefile
index 364ba5c..7c4dd1a 100644
--- a/build/Makefile
+++ b/build/Makefile
@@ -22,7 +22,7 @@
 SOURCES = $(wildcard $(PROJECT_DIR)/cmd/*.go)
 
 export GO111MODULE ?= on
-export GOPROXY ?= https://goproxy.io,direct
+#export GOPROXY ?= https://goproxy.io,direct
 export GOSUMDB ?= sum.golang.org
 export GOARCH ?= amd64