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
Fixes: jsternberg#9
Update the Addreflected handler to not panic when adding a slice
or array. If possible a reflected slice or array are handled in the
same way as if AddArray was used.
If a
zap.Reflect
field is provided then areflect: call of reflect.Value.Elem on slice Value
panic occurs.For example this:
produces:
The text was updated successfully, but these errors were encountered: