Newer
Older
pokemon-go-trade / vendor / github.com / antonfisher / nested-logrus-formatter / Makefile
Simon Lindgren on 12 Feb 2021 223 bytes first commit
# nested-logrus-formatter

.PHONY: all
all: test demo

.PHONY: test
test:
	go test ./tests/* -v -count 1

cover:
	go test ./tests/* -v -covermode=count -coverprofile=coverage.out

.PHONY: demo
demo:
	go run example/main.go