add a makefile to capture the module env var setting

This commit is contained in:
Brian Matheson 2019-04-16 13:02:30 +00:00
parent d795100273
commit b9167f9bdd
1 changed files with 5 additions and 0 deletions

5
Makefile Normal file
View File

@ -0,0 +1,5 @@
.PHONY: build
all: build
build:
GO111MODULE=on go build