mirror of
https://github.com/gofiber/fiber.git
synced 2025-07-07 19:19:32 +00:00
✏ update msg
This commit is contained in:
parent
0fe30ac722
commit
9e87cb7c17
@ -180,7 +180,7 @@ func buildDecEngine(rt reflect.Type, engPtr *decEng) {
|
||||
et, has := name2type[name]
|
||||
if !has {
|
||||
//panic("unknown typ:" + name)
|
||||
fmt.Println("[session] Use the `RegisterType` option to decode this value.")
|
||||
fmt.Println("[session] Register this type first with the `RegisterType` method.")
|
||||
}
|
||||
v := reflect.NewAt(rt, p).Elem()
|
||||
var ev reflect.Value
|
||||
|
Loading…
x
Reference in New Issue
Block a user