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
{{ message }}
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.
When I try to convert an embedded slice, if the field name is the same in the slice, but the type is different, every element under the slice will be nil. I hope skip the mismatch field, continue to convert other matching fields.
What should I do?
Hi there,
When I try to convert an embedded slice, if the field name is the same in the slice, but the type is different, every element under the slice will be nil. I hope skip the mismatch field, continue to convert other matching fields.
What should I do?
My test code is as follows:
my mapstructure version is v1.5.0. Looking forward to your reply.
The text was updated successfully, but these errors were encountered: