mirror of
https://github.com/gin-gonic/gin.git
synced 2025-10-17 05:42:09 +08:00
fix(ci): go fmt
This commit is contained in:
parent
8d09dce3c2
commit
970402c4c9
2
gin.go
2
gin.go
@ -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
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user