Skip to content

nikharris0/rollingcsv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

rollingcsv

A rolling CSV library for Go

##Usage

Almost identical to standard usage of the encoding/csv package:

writer := rollingcsv.New("filename", ".", MAX_BYTES, MAX_LINES) 
var record []string
...
writer.Write(record)
writer.Close()

About

A rolling CSV library for Go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages