Golang Gin Boilerplate
- Configurable Graceful Shutdown
- Custom ports
- Health check for Kubernetes
- Prometheus Metrics
Variable | Description | Default |
---|---|---|
PORT | Application port | 8080 |
GIN_MODE | Gin Modes - debug, release, test | release |
ENABLE_GRACEFUL_SHUTDOWN | To enable graceful shutdown of the application | true |
API_VERSION | Set API version for the application | v1.0.0 |
MIT
Muhammed Iqbal iquzart@hotmail.com