run:
	MODE=DEV go run .

plainrun:
	go run .

test:
	go test ./...
