Golang API boilerplate with Clean Architecture, Gin, and GORM
A Go API boilerplate implementing Clean Architecture, using Gin for routing and GORM for database access. It includes Docker-based build and development setup, OpenAPI (go-swagger) generation, centralized error handling, and testing utilities (Testify, Mockery). Suited for building REST APIs and services that require clear separation of concerns, testability, and API documentation.
0