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
fix: show type when value is within "any"
eg.
[]any{int64(1)}
Without this, numeric types would have the same representation even if
the types differed.
Also use `any` rather than `interface {}`.