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

Add generics to chan and callback-using functions #273

Open lzambarda opened 7 months ago

lzambarda commented 7 months ago

I use this repo a lot and having to cast interfaces is a bit annoying now that we have generics.

This is a simplistic proposal to move to generics. Note that the go.mod version has gone from 1.13 to 1.18

This addresses #271