mapstructure icon indicating copy to clipboard operation
mapstructure copied to clipboard

Custom Types

Open TuSKan opened this issue 2 years ago • 0 comments

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

TuSKan avatar Sep 26 '23 14:09 TuSKan