test:
	@go test -race .

examples:
	@go run -race ./example

.PHONY: test examples
