1
0
mirror of https://github.com/mgechev/revive.git synced 2024-11-24 08:32:22 +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 ./...