default: lint test

test:
	go test -race -v .

lint:
	golangci-lint run --verbose
