gin-gonic
Installation
SKILL.md
When to use this skill
Use this skill whenever the user wants to:
- 用 Gin(Gin-Gonic)编写 Go HTTP 服务、路由与中间件
- 与 Gin 技能一致;Gin-Gonic 为同一框架的别名/引用
How to use this skill
- 核心:与
gin技能相同;gin.Default()、路由、c.JSON、Bind、中间件。 - 参考:https://gin-gonic.com/ ;与 gin 技能文档互补。
Best Practices
- 同 Gin 技能:中间件、错误处理、绑定与生产配置。
Keywords
gin-gonic, gin, Go Web, 路由