From c295107708ad5fd26a78f9f1cb478f91aa7763e7 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Thu, 27 May 2021 16:24:49 -0700 Subject: [PATCH] doc/go1.17: mention new encoding/csv/Reader.FieldPos method For #44221 For #44513 Change-Id: I2d2d1c55255f4411c11fd51f0f3ae726cbf4d136 Reviewed-on: https://go-review.googlesource.com/c/go/+/323349 Trust: Ian Lance Taylor Reviewed-by: roger peppe --- doc/go1.17.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/doc/go1.17.html b/doc/go1.17.html index 4e847708e5c..9480b1205c3 100644 --- a/doc/go1.17.html +++ b/doc/go1.17.html @@ -393,6 +393,18 @@ Do not send CLs removing the interior tags from such phrases. +
encoding/csv
+
+

+ The new + Reader.FieldPos + method returns the line and column corresponding to the start of + a given field in the record most recently returned by + Read. +

+
+
+
flag