We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccd9784 commit c295107Copy full SHA for c295107
doc/go1.17.html
@@ -393,6 +393,18 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
393
</dd>
394
</dl><!-- encoding/binary -->
395
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
+
408
<dl id="flag"><dt><a href="/pkg/flag/">flag</a></dt>
409
<dd>
410
<p><!-- CL 271788 -->
0 commit comments