1
0
mirror of https://github.com/mgechev/revive.git synced 2025-01-20 03:29:25 +02:00
revive/Makefile
2020-10-29 15:11:52 +02:00

14 lines
108 B
Makefile

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