1
0
mirror of https://github.com/golang/go synced 2024-11-08 18:46:16 -07:00
go/src/encoding
Russ Cox c4c3f2a1f2 encoding/csv: rename ParseError.RecordLine to .StartLine
A record can span multiple lines (the whole reason for the extra field),
so the important fact is that it's the _start_ of the record.
Make that clear in the name.

(This API was added during the Go 1.10 cycle so it can still be cleaned up.)

Change-Id: Id95b3ceb7cdfc4aa0ed5a053cb84da8945fa5496
Reviewed-on: https://go-review.googlesource.com/78119
Run-TryBot: Russ Cox <rsc@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Reviewed-by: Joe Tsai <thebrokentoaster@gmail.com>
2017-11-15 21:26:52 +00:00
..
ascii85
asn1 encoding/asn1: don't encode strings with '*' as PrintableString. 2017-10-09 19:28:47 +00:00
base32 go/printer: forbid empty line before first comment in block 2017-11-02 18:17:22 +00:00
base64 encoding/base64: optimize DecodeString 2017-10-09 15:39:51 +00:00
binary encoding/binary: make new example a bit more idiomatic 2017-11-15 21:26:43 +00:00
csv encoding/csv: rename ParseError.RecordLine to .StartLine 2017-11-15 21:26:52 +00:00
gob encoding/gob: fix a typo in the package documentation 2017-10-08 18:11:32 +00:00
hex encoding/hex: add NewEncoder, NewDecoder 2017-10-20 23:47:07 +00:00
json encoding/json: always ignore embedded pointers to unexported struct types 2017-11-13 18:23:38 +00:00
pem encoding/pem: add Encode example 2017-11-15 03:08:55 +00:00
xml encoding/xml: add Marshal doc about name conflicts 2017-11-08 18:05:39 +00:00
encoding.go