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

fix: call to (*T).Fatal from a non-test goroutine #230

Closed haton14 closed 1 year ago

haton14 commented 1 year ago

Thanks for the great library. Although not a direct contribution to the functionality, I have fixed the test functions.

Reference:

pikanezi commented 1 year ago

Thanks!