From: Ian Lance Taylor Date: Thu, 27 May 2021 23:24:49 +0000 (-0700) Subject: doc/go1.17: mention new encoding/csv/Reader.FieldPos method X-Git-Tag: go1.17beta1~71 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=c295107708ad5fd26a78f9f1cb478f91aa7763e7;p=gostls13.git 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 --- diff --git a/doc/go1.17.html b/doc/go1.17.html index 4e847708e5..9480b1205c 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