miller/internal/pkg/go-csv
Stephen Kitt 33c1712a3c
Add Go LICENSE file (#1171)
The go-csv files adapted from Go refer to the Go LICENSE file; this
patch adds the file.

Signed-off-by: Stephen Kitt <steve@sk2.org>

Signed-off-by: Stephen Kitt <steve@sk2.org>
2023-01-02 18:09:39 -05:00
..
csv_reader.go 6.6.0 (#1169) 2023-01-01 17:12:00 -05:00
csv_writer.go 6.6.0 (#1169) 2023-01-01 17:12:00 -05:00
LICENSE Add Go LICENSE file (#1171) 2023-01-02 18:09:39 -05:00
README.md Fix #1164: regression on CSV blank-line handling (#1168) 2023-01-01 16:49:14 -05: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.