GO_TEST_CMD = $(if $(shell which richgo),richgo test,go test)

test:  ## Run tests
	go run main.go

setup:

.PHONY: test setup
