lint:
	golangci-lint run ./...
goreportcard:
	goreportcard-cli -v
test: 
	go test ./...