upgrade go mod

This commit is contained in:
2023-12-24 22:56:32 +08:00
parent 6783a2a1d0
commit 7e99499532
3 changed files with 61 additions and 21 deletions

View File

@@ -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 {