test:
	go test -race -v ./

coverage:
	go test -race -v -coverprofile=coverage.out -covermode=atomic ./