1
0
mirror of https://github.com/mgechev/revive.git synced 2025-09-16 09:06:22 +02:00

build: enable go modules in makefile

This commit is contained in:
mgechev
2018-09-17 12:32:54 -07:00
parent 8fcd76f422
commit 1b550a8467

View File

@@ -1,7 +1,9 @@
.PHONY: test
export GO111MODULE=on
install:
@go install
@go mod vendor
build:
@go build