mapstructure
mapstructure copied to clipboard
Custom Types
Thank you for this great package!
A very handy additional feature could be the support of custom fields. A good proposal could be Unmarshalers interfaces (credit goes to encoding/json proposal golang/go/issues/5901 for API design)
I have using this approach on csvutil library and works very well.
What do you think? I can help with a PR