Go backend clean architecture boilerplate for building REST and gRPC services.
Boilerplate implementing clean architecture in Go to scaffold backend services. It provides layered domains (model, handler, service, repository), example REST endpoints and gRPC services, and configuration for SQL databases (MySQL, PostgreSQL). Suited for building structured APIs or microservices where maintainability and clear separation of concerns are priorities.
0