Gin Web Framework Guidelines
Objective: Define standards for building fast, maintainable, and secure APIs with the Gin web framework in Go, covering project structure, routing, middleware, error handling, security, and testing.
Source File
View the full rule: .agent/rules/gin.md
Sections
- Project Structure
- Routing & Handlers
- Middleware
- Error Handling & Security
- Performance, Testing & Observability
