# shutdown_gin **Repository Path**: gonc/shutdown_gin ## Basic Information - **Project Name**: shutdown_gin - **Description**: 通过Ctrol + C 优雅关闭Gin - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-07-04 - **Last Updated**: 2023-07-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # shutdown_gin ## 使用 ```go package main import ( srv "gitee.com/gonc/shutdown_gin/common" ) func main() { r := gin.Default() srv.Run(r, "demo", ":8080") } ```