]> Cypherpunks repositories - gostls13.git/commit
encoding/csv: indicate package of EOF in docs
authorKatrina Owen <katrina.owen@gmail.com>
Tue, 13 Oct 2015 22:42:20 +0000 (16:42 -0600)
committerAndrew Gerrand <adg@golang.org>
Wed, 14 Oct 2015 00:46:21 +0000 (00:46 +0000)
commita6f69b31e0bdc625e1e026d8df6fc1f7c604067a
tree40beadac66729505aa3b81120e77d226b5df427c
parent30b966307f475b1445816308f8cb2c5813b38232
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>
src/encoding/csv/reader.go