Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 531 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 531 Bytes

HastyCSV Build Status GoDoc

Fast, but not-fully-compliant (not even close!), CSV reader.

Usage

Take a look at the examples in this project's examples/ subdirectory. And then run them!

go run examples/example_1_read_from_stream.go
go run examples/example_2_read_from_file.go