CATEGORY · Tutorials
Tutorials
3 POSTS
BUILDING A CLI TOOL IN GO · P3
Building a CLI Tool in Go: Part 3 - Testing & Release
Integration testing strategies and automated releases with GoReleaser for Go CLI tools.
BUILDING A CLI TOOL IN GO · P2Building a CLI Tool in Go: Part 2 - Commands & Config
Adding subcommands with Cobra and configuration management with Viper for a production-ready CLI.
BUILDING A CLI TOOL IN GO · P1Building a CLI Tool in Go: Part 1 - Project Setup
Setting up a Go CLI project with Cobra, proper project structure, and CI from day one.
