mirror of
https://github.com/gin-gonic/gin.git
synced 2026-01-11 00:56:57 +08:00
Fix minor type in context.go
This commit is contained in:
parent
e2212d40c6
commit
ce0cee4266
@ -154,7 +154,7 @@ func (c *Context) Error(err error) *Error {
|
||||
/******** METADATA MANAGEMENT********/
|
||||
/************************************/
|
||||
|
||||
// Set is used to store a new key/value pair exclusivelly for this context.
|
||||
// Set is used to store a new key/value pair exclusively for this context.
|
||||
// It also lazy initializes c.Keys if it was not used previously.
|
||||
func (c *Context) Set(key string, value interface{}) {
|
||||
if c.Keys == nil {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user