default:
just --list
build:
echo "not implemented yet"
dev:
go run cmd/yr.go
test:
go test ./...
tidy:
go mod tidy