JeffPaine / csvsplit

Split a .csv file into multiple files
MIT License
5 stars 4 forks source link

Refactor saveCSVFile #9

Closed JeffPaine closed 9 years ago

JeffPaine commented 9 years ago

This part especially feels wonky

if _, err := os.Stat(fileName); os.IsNotExist(err)...