Do not export GO111MODULE

This commit is contained in:
Ali Akca 2020-11-13 00:24:03 +01:00
parent 1b12e6882d
commit 2a49d0f8aa

View File

@ -1,7 +1,5 @@
SHELL=/bin/bash -o pipefail SHELL=/bin/bash -o pipefail
export GO111MODULE=on
BIN_DIR?=$(shell pwd)/tmp/bin BIN_DIR?=$(shell pwd)/tmp/bin
EMBEDMD_BIN=$(BIN_DIR)/embedmd EMBEDMD_BIN=$(BIN_DIR)/embedmd