Skip to content

Commit

Permalink
disable module by default
Browse files Browse the repository at this point in the history
  • Loading branch information
medcl committed Jan 17, 2020
1 parent 75fbca2 commit 82ad44f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ OLDGOPATH=${GOPATH}
NEWGOPATH:=${CWD}:${OLDGOPATH}
export GOPATH=$(NEWGOPATH)
PATH := $(PATH):$(GOPATH)/bin

GO111MODULE=off

build: clean config
go build -o bin/esm
Expand Down

0 comments on commit 82ad44f

Please sign in to comment.