logginghandler/Makefile
2020-10-13 15:26:40 +02:00

8 lines
98 B
Makefile

.PHONY: test lint
test:
go test -v ./...
lint:
golangci-lint run --enable-all --disable=godox