A collection of common Go modules that cover the building blocks of Go services. Each module is independent so you can import only what you need.
| Module | Description |
|---|---|
| Auth | Utilities for propagating identity through contexts and issuing/validating JWT tokens. |
| Boot | Application bootstrap helpers that coordinate configuration, logging, telemetry, and runner lifecycles. |
| Cache | Caching primitives that pair Redis with local safeguards and cache-control awareness. |
| Config | Environment processing helpers and shared configuration structs for common infrastructure. |
| HTTP | Foundations for consistent HTTP services—middleware, handlers, parsers, clients, and error helpers. |
| Logger | Opinionated slog setup that standardizes structured logging across services. |
| Test | Test helpers for working with time, fixtures, and mock HTTP servers. |