Skip to content

Commit fa3f484

Browse files
encoding/csv: clarify that this package supports RFC 4180
The intent of this comment is to reduce the number of issues opened against the package to add support for new kinds of CSV formats, such as issues #3150, #8458, #12372, #12755. Change-Id: I452c0b748e4ca9ebde3e6cea188bf7774372148e Reviewed-on: https://go-review.googlesource.com/23401 Reviewed-by: Andrew Gerrand <[email protected]>
1 parent 93e8e70 commit fa3f484

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/encoding/csv/reader.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
// license that can be found in the LICENSE file.
44

55
// Package csv reads and writes comma-separated values (CSV) files.
6+
// There are many kinds of CSV files; this package supports the format
7+
// described in RFC 4180.
68
//
79
// A csv file contains zero or more records of one or more fields per record.
810
// Each record is separated by the newline character. The final record may

0 commit comments

Comments
 (0)