fix(ci): go fmt

This commit is contained in:
Yaofu 2022-06-20 10:33:03 +08:00 committed by GitHub
parent 8d09dce3c2
commit 970402c4c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
gin.go
View File

@ -165,7 +165,7 @@ type Engine struct {
maxSections uint16 maxSections uint16
trustedProxies []string trustedProxies []string
trustedCIDRs []*net.IPNet trustedCIDRs []*net.IPNet
// http.Server list for graceful Shutdown // http.Server list for graceful Shutdown
serverList []*http.Server serverList []*http.Server
} }