Closed
Description
The documentation of func Unmarshal
states:
Unmarshal uses a case-sensitive comparison to match XML element names to tag values and struct field names.
Unless I'm really confused about something, that should be "case-insensitive" instead. At least, that's my experience with using encoding/xml
and encoding/json
.