What problem does it solve?
GoFrame v2 development skillset codifies standard conventions and tooling to accelerate building robust HTTP/microservice projects, ensuring consistent setup and maintenance across teams.
Core Features & Use Cases
- Project scaffolding: use gf init to create standardized GoFrame v2 projects for HTTP services and microservices.
- Code generation: rely on DO/DAO/Entity generation to enforce data access patterns and reduce boilerplate.
- Conventions for business logic: implement business logic in service layers instead of logic/ directories; reuse built-in components and best practices.
- Reference examples: study concrete patterns from example projects like user-http-service and user-grpc-service to accelerate adoption.
Quick Start
Run gf init to scaffold a GoFrame v2 HTTP/microservice project and begin implementing business logic in the service layer, following the conventions.