Golang boilerplate using Vertical Slice architecture and CQRS for APIs
A Golang boilerplate implementing Vertical Slice architecture and the CQRS pattern. It uses Echo for HTTP, Gorm for data access, Zap for logging, Viper for configuration, and Dig with Go‑MediatR for dependency injection and command/query dispatch, providing a modular foundation for building REST APIs and microservices.
0