Skip to content

v1.0.1: Fix slice of structs TextUnmarshaler. (#103)

Compare
Choose a tag to compare
@kisielk kisielk released this 07 Mar 15:52
Fix handling of situation where a slice of structs implments the
encoding.TextUnmarshaler interface, previously it would return "invalid
path" error.

Includes, some minor refactoring and documentation to clarify
`isUnmarshaler` output.