From 970402c4c9ec26ebcf758c08eece700ab279fba7 Mon Sep 17 00:00:00 2001 From: Yaofu Date: Mon, 20 Jun 2022 10:33:03 +0800 Subject: [PATCH] fix(ci): go fmt --- gin.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }