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

Add UnmarshalToChanWithErrorHandler() #255

Closed devbackend closed 1 year ago

devbackend commented 1 year ago

Add the ability to customize error handling for unmarshalling in channels

pikanezi commented 1 year ago

Thanks