diff --git a/gin.go b/gin.go index 051d3337..ff320897 100644 --- a/gin.go +++ b/gin.go @@ -165,7 +165,7 @@ type Engine struct { maxSections uint16 trustedProxies []string trustedCIDRs []*net.IPNet - + // http.Server list for graceful Shutdown serverList []*http.Server }