Go CLI template for building small, testable command-line tools.
A minimal starter template for building command-line applications in Go. It provides a single-line main, flag-based configuration, an appEnv execution struct, generic HTTP/JSON helpers, and text/JSON output paths. Suited for small to medium CLI tools where simplicity and testability are priorities.
0