schnutibox/vendor/go.xsfx.dev/logginghandler/Makefile
Marvin Steadfast 35fe4a04df
Some checks failed
continuous-integration/drone/push Build is failing
implemented a rough sse logger
2021-05-03 14:51:53 +02:00

8 lines
112 B
Makefile

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