1
0
mirror of https://github.com/mgechev/revive.git synced 2024-11-24 08:32:22 +02:00
revive/Makefile
2018-09-17 12:32:54 -07:00

14 lines
113 B
Makefile

.PHONY: test
export GO111MODULE=on
install:
@go mod vendor
build:
@go build
test:
@go test -v ./test/...