tagcmp/Makefile

9 lines
156 B
Makefile
Raw Permalink Normal View History

2021-10-02 21:21:44 +00:00
build:
@go build .
check:
@test -z $$(gofmt -l .) || (echo "gofmt: formatting issue - run 'make format' to resolve" && exit 1)
test:
@go test . -cover