mirror of
https://github.com/gin-gonic/gin.git
synced 2025-10-15 13:02:14 +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
|
||||
index int8
|
||||
|
||||
engine *Engine
|
||||
Keys map[string]interface{}
|
||||
KeysLocker sync.RWMutex
|
||||
Errors errorMsgs
|
||||
Accepted []string
|
||||
engine *Engine
|
||||
Keys map[string]interface{}
|
||||
KeysLocker sync.RWMutex
|
||||
Errors errorMsgs
|
||||
Accepted []string
|
||||
}
|
||||
|
||||
var _ context.Context = &Context{}
|
||||
|
Loading…
x
Reference in New Issue
Block a user