Tutorials¶
This is a curated collection of deep-dive, step-by-step tutorials for mastering the Go Tool Base (GTB) framework. To ensure you always have the most up-to-date learning experience, our tutorials are published directly on the creator's technical blog.
1. Building a CLI with go-tool-base¶
A comprehensive 5-part series walking you through scaffolding, commands, dependency injection, and advanced interactive TUI forms. * Read the CLI Tutorial Series →
2. Building a Web Service with go-tool-base¶
A 6-part series exploring how to leverage the GTB Controls subsystem, gRPC servers, HTTP health checks, and OpenTelemetry observability. * Read the Web Service Series →
3. Signing Your Own Binaries with go-tool-base¶
A 7-part advanced series demonstrating how to use the built-in PKI, manifest generation, and KMS-backed secure distribution for self-updating binaries. * Read the Binary Signing Series →
Looking for quick answers? If you're trying to solve a specific problem rather than learning a new concept end-to-end, check out our How-To Guides.