schnutibox/vendor/go.xsfx.dev/logginghandler/Makefile

8 lines
112 B
Makefile
Raw Normal View History

2021-05-03 14:51:53 +02:00
.PHONY: test lint
test:
go test -v ./...
lint:
golangci-lint run --enable-all --disable=godox --timeout 10m