build: enable go modules in makefile

This commit is contained in:
mgechev
2018-09-17 12:32:54 -07:00
parent 8fcd76f422
commit 1b550a8467
+3 -1
View File
@@ -1,7 +1,9 @@
.PHONY: test
export GO111MODULE=on
install:
@go install
@go mod vendor
build:
@go build