You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
data := gvar.New(gvar.New("asd")) data.IsMap()
panic: reflect: call of reflect.Value.Elem on struct Value [recovered]
panic: reflect: call of reflect.Value.Elem on struct Value
painc in /github.com/gogf/gf/v2@v2.5.2/internal/utils/utils_is.go:75
The text was updated successfully, but these errors were encountered:
data := gvar.New(gvar.New("asd")) data.IsMap()
panic: reflect: call of reflect.Value.Elem on struct Value [recovered]
panic: reflect: call of reflect.Value.Elem on struct Value
painc in /github.com/gogf/gf/v2@v2.5.2/internal/utils/utils_is.go:75
The text was updated successfully, but these errors were encountered: