mirror of
https://github.com/golang/go
synced 2024-11-26 12:37:57 -07:00
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 <iant@golang.org> Reviewed-by: roger peppe <rogpeppe@gmail.com>
This commit is contained in:
parent
ccd9784edf
commit
c295107708
@ -393,6 +393,18 @@ Do not send CLs removing the interior tags from such phrases.
|
|||||||
</dd>
|
</dd>
|
||||||
</dl><!-- encoding/binary -->
|
</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>
|
<dl id="flag"><dt><a href="/pkg/flag/">flag</a></dt>
|
||||||
<dd>
|
<dd>
|
||||||
<p><!-- CL 271788 -->
|
<p><!-- CL 271788 -->
|
||||||
|
Loading…
Reference in New Issue
Block a user