mirror of
https://github.com/gin-gonic/gin.git
synced 2025-10-19 15:57:48 +08:00
fmt
This commit is contained in:
parent
ff31de73a5
commit
a588eeea2c
@ -57,7 +57,7 @@ type Context struct {
|
||||
Keys map[string]interface{}
|
||||
|
||||
// RWMutex for Keys Set and Get Goroutine safe
|
||||
m sync.RWMutex
|
||||
m sync.RWMutex
|
||||
|
||||
// Errors is a list of errors attached to all the handlers/middlewares who used this context.
|
||||
Errors errorMsgs
|
||||
|
Loading…
x
Reference in New Issue
Block a user