miller/pkg/go-csv
John Kerl 268a96d002
Export library code in pkg/ (#1391)
* Export library code in `pkg/`

* new doc page
2023-09-10 17:15:13 -04:00
..
csv_reader.go Export library code in pkg/ (#1391) 2023-09-10 17:15:13 -04:00
csv_writer.go Export library code in pkg/ (#1391) 2023-09-10 17:15:13 -04:00
LICENSE Export library code in pkg/ (#1391) 2023-09-10 17:15:13 -04:00
README.md Export library code in pkg/ (#1391) 2023-09-10 17:15:13 -04:00

This is an adaptation of https://cs.opensource.google/go/go/+/refs/tags/go1.19.4:src/encoding/csv/reader.go and is used according to the license terms contained within it.