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 error handling #250

Closed Goryudyuma closed 1 year ago

Goryudyuma commented 1 year ago

I want to use "errors.Is()" for error handling.

pikanezi commented 1 year ago

Thanks for your contribution, could you add or edit an existing test to test it please? 🙂

pikanezi commented 1 year ago

Thanks!