upgrade go mod
This commit is contained in:
@@ -66,7 +66,7 @@ func NewContext(flag string, of ...SetContextFunc) *Context {
|
||||
ctx.RequestIDField = defaultRequestIDField
|
||||
}
|
||||
if nil == ctx.Extra {
|
||||
ctx.Extra = easymap.NewNormal(true)
|
||||
ctx.Extra = easymap.NewNormal()
|
||||
}
|
||||
// requestID 填充
|
||||
if len(ctx.RequestID) == 0 {
|
||||
|
||||
Reference in New Issue
Block a user