]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.17: mention new encoding/csv/Reader.FieldPos method
authorIan Lance Taylor <iant@golang.org>
Thu, 27 May 2021 23:24:49 +0000 (16:24 -0700)
committerIan Lance Taylor <iant@golang.org>
Fri, 28 May 2021 18:33:29 +0000 (18:33 +0000)
For #44221
For #44513

Change-Id: I2d2d1c55255f4411c11fd51f0f3ae726cbf4d136
Reviewed-on: https://go-review.googlesource.com/c/go/+/323349
Trust: Ian Lance Taylor <iant@golang.org>
Reviewed-by: roger peppe <rogpeppe@gmail.com>
doc/go1.17.html

index 4e847708e5c143a5194a44efbabb9aa479c53d5a..9480b1205c365c2a2f1ad7d331ebd938e96284cf 100644 (file)
@@ -393,6 +393,18 @@ Do not send CLs removing the interior tags from such phrases.
   </dd>
 </dl><!-- encoding/binary -->
 
+<dl id="encoding/csv"><dt><a href="/pkg/encoding/csv/">encoding/csv</a></dt>
+  <dd>
+    <p><!-- CL 291290 -->
+      The new
+      <a href="/pkg/encoding/csv/#Reader.FieldPos"><code>Reader.FieldPos</code></a>
+      method returns the line and column corresponding to the start of
+      a given field in the record most recently returned by
+      <a href="/pkg/encoding/csv/#Reader.Read"><code>Read</code></a>.
+    </p>
+  </dd>
+</dl><!-- encoding/csv -->
+
 <dl id="flag"><dt><a href="/pkg/flag/">flag</a></dt>
   <dd>
     <p><!-- CL 271788 -->