go/src/encoding/csv
Katrina Owen a6f69b31e0 encoding/csv: indicate package of EOF in docs
The documentation listing err == EOF can be confusing to newcomers
to the language who are looking for the relevant documentation for
that error.

Change-Id: I301885950d0e1d0fbdf3a1892fca86eac7a0c616
Reviewed-on: https://go-review.googlesource.com/15806
Reviewed-by: Andrew Gerrand <adg@golang.org>
2015-10-14 00:46:21 +00:00
..
example_test.go encoding/csv: add examples for package 2015-06-22 11:11:37 +00:00
reader.go encoding/csv: indicate package of EOF in docs 2015-10-14 00:46:21 +00:00
reader_test.go encoding/csv: skip blank lines when FieldsPerRecord >= 0 2015-06-12 18:21:12 +00:00
writer.go all: fix misprints in comments 2015-06-11 14:18:57 +00:00
writer_test.go