mirror of
https://github.com/gin-gonic/gin.git
synced 2025-10-15 21:06:39 +08:00
gofmt
This commit is contained in:
parent
470747bd8c
commit
4db1d0ce36
10
context.go
10
context.go
@ -45,11 +45,11 @@ type Context struct {
|
|||||||
handlers HandlersChain
|
handlers HandlersChain
|
||||||
index int8
|
index int8
|
||||||
|
|
||||||
engine *Engine
|
engine *Engine
|
||||||
Keys map[string]interface{}
|
Keys map[string]interface{}
|
||||||
KeysLocker sync.RWMutex
|
KeysLocker sync.RWMutex
|
||||||
Errors errorMsgs
|
Errors errorMsgs
|
||||||
Accepted []string
|
Accepted []string
|
||||||
}
|
}
|
||||||
|
|
||||||
var _ context.Context = &Context{}
|
var _ context.Context = &Context{}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user