mirror of
https://github.com/gin-gonic/gin.git
synced 2025-10-16 13:22:09 +08:00
fix: description error
This commit is contained in:
parent
fb77a6512b
commit
611db14153
2
gin.go
2
gin.go
@ -41,7 +41,7 @@ var defaultTrustedCIDRs = []*net.IPNet{
|
||||
// HandlerFunc defines the handler used by gin middleware as return value.
|
||||
type HandlerFunc func(*Context)
|
||||
|
||||
// HandlersChain defines a HandlerFunc array.
|
||||
// HandlersChain defines a HandlerFunc slice.
|
||||
type HandlersChain []HandlerFunc
|
||||
|
||||
// Last returns the last handler in the chain. i.e. the last handler is the main one.
|
||||
|
Loading…
x
Reference in New Issue
Block a user