1
0
mirror of https://github.com/mgechev/revive.git synced 2025-03-27 21:38:56 +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
No known key found for this signature in database
GPG Key ID: A98CD29F2650FAD2

View File

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