# Gin Framework Pack

Use this pack when the repository uses Gin for Go HTTP services.

## Primary signals

- `go.mod` includes `gin-gonic/gin`
- server bootstrap calls `gin.Default()`

## Companion surfaces

- `lang:go`
- request validation and release-readiness checks

## Validation cues

- confirm route registration, middleware order, and request binding behavior
- run focused service tests or smoke commands after handler changes
