brain A minimal Go project scaffold with a tiny CLI and tests. Prerequisites Go 1.22+ Quick start go run ./cmd/brain Try a custom name: go run ./cmd/brain --name john Print version: go run ./cmd/brain --version Test go test ./...