1
0
mirror of https://github.com/golang/go synced 2024-11-17 21:24:55 -07:00
go/src/encoding/csv
hopehook 3474cd4eee encoding/csv: add Reader.InputOffset method
Fixes #43401.

Change-Id: I2498e77e41d845130d95012bc8623bfb29c0dda1
Reviewed-on: https://go-review.googlesource.com/c/go/+/405675
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Ian Lance Taylor <iant@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
2022-05-14 04:25:13 +00:00
..
example_test.go
fuzz.go
reader_test.go encoding/csv: add Reader.InputOffset method 2022-05-14 04:25:13 +00:00
reader.go encoding/csv: add Reader.InputOffset method 2022-05-14 04:25:13 +00:00
writer_test.go
writer.go