default: test

.PHONY: test
test:
	go test -v -race -cover ./...

.PHONY: readme
readme:
	go run ./cmd/examples
