.PHONY: run test

run:
	go run ./cmd/server

test:
	go test ./...
