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

Only generate message for NoUnmarshalFuncError when needed #231

Closed yotamN closed 1 year ago

yotamN commented 1 year ago

I'm using the library for loading almost 1GB of CSVs and I try to make it as fast as possible. This was the biggest error so I would like to upstream it. It does technically break interface but I don't see a reason anyone would use this error outside of the library code itself.

pikanezi commented 1 year ago

Thanks