gocarina / gocsv

The GoCSV package aims to provide easy CSV serialization and deserialization to the golang programming language
MIT License
1.95k stars 243 forks source link

feat: add flexibility for field-combiner rune #241

Closed c3llus closed 1 year ago

c3llus commented 1 year ago

Context

As explained on #240, it seems that the library doesn't have a feature to let devs control how the Parent.Child field tag is written.

What's done

  1. Added an exported FieldsCombiner: allows for more flexibility/control on how parent & child struct will be combined.

Would love to hear your thoughts/feedback! :)

pikanezi commented 1 year ago

Thanks!