gocarina / gocsv

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

Unrevert "Prefix fields of nested struct with tag of nested struct + ." #226

Closed acls closed 2 years ago

acls commented 2 years ago

This undoes the breaking changes knowingly caused in #210 and also fixes the minor custom unmarshaller issue that it mentions.

pikanezi commented 2 years ago

thanks and sorry for the inconvenience

acls commented 2 years ago

Thanks and no worries. And thank you for all the work you've done on this go module.

acls commented 2 years ago

@ieure Can you test the latest version to see if this caused any breaking changes?

ieure commented 2 years ago

@acls I cannot. I no longer work for the company I was employed by when I reported the issue, so I have no access to the code which triggered the unwanted behavior.