1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
# {{ project_name }} {{ description }} ## Build & Test ```bash go build go test ./... go vet ./... ``` ## Architecture - `main.go` — Entry point - `cmd/root.go` — CLI commands (Cobra)