logginghandler/Makefile

8 lines
98 B
Makefile
Raw Normal View History

2020-10-13 15:26:40 +02:00
.PHONY: test lint
test:
go test -v ./...
lint:
golangci-lint run --enable-all --disable=godox