Skip to content

Commit c295107

Browse files
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 <[email protected]> Reviewed-by: roger peppe <[email protected]>
1 parent ccd9784 commit c295107

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

doc/go1.17.html

+12
Original file line numberDiff line numberDiff line change
@@ -393,6 +393,18 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
393393
</dd>
394394
</dl><!-- encoding/binary -->
395395

396+
<dl id="encoding/csv"><dt><a href="/pkg/encoding/csv/">encoding/csv</a></dt>
397+
<dd>
398+
<p><!-- CL 291290 -->
399+
The new
400+
<a href="/pkg/encoding/csv/#Reader.FieldPos"><code>Reader.FieldPos</code></a>
401+
method returns the line and column corresponding to the start of
402+
a given field in the record most recently returned by
403+
<a href="/pkg/encoding/csv/#Reader.Read"><code>Read</code></a>.
404+
</p>
405+
</dd>
406+
</dl><!-- encoding/csv -->
407+
396408
<dl id="flag"><dt><a href="/pkg/flag/">flag</a></dt>
397409
<dd>
398410
<p><!-- CL 271788 -->

0 commit comments

Comments
 (0)