]> Cypherpunks repositories - gostls13.git/commit
encoding/csv: update ErrQuote message
authorJoe Tsai <joetsai@digital-static.net>
Mon, 23 Oct 2017 21:45:17 +0000 (14:45 -0700)
committerJoe Tsai <thebrokentoaster@gmail.com>
Tue, 24 Oct 2017 07:10:28 +0000 (07:10 +0000)
commit8c532f5fc457642e0067017dc0701e7a8ee63bb2
treef0436f5618884d4f30f13214cc18741cda3fe7e5
parent744da64947188fa849ab6228f9d5fded5f7a1bef
encoding/csv: update ErrQuote message

The ErrQuote variable is only returned when a parsing error
occurs within a quoted string. Make that clear in the message.

Change-Id: I06ad5a9edb41afedde193c4f8b93551bb8342bbb
Reviewed-on: https://go-review.googlesource.com/72794
Reviewed-by: Avelino <t@avelino.xxx>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/encoding/csv/reader.go