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
I wanted to update to v11.2.0 and I noticed that the recent change (#312) changed the semantics regarding slices of structs. The problem is that a non-existing of type []someStruct is mapped to an empty slice instead of the prior behavior (as well as with slices of primitive types) where it is mapped to nil.
The text was updated successfully, but these errors were encountered:
Hey there
Thanks for your awesome library 👍
I wanted to update to v11.2.0 and I noticed that the recent change (#312) changed the semantics regarding slices of structs. The problem is that a non-existing of type
[]someStruct
is mapped to an empty slice instead of the prior behavior (as well as with slices of primitive types) where it is mapped tonil
.The text was updated successfully, but these errors were encountered: