Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Reader ¶
type Reader struct { // Null is the value denoting an empty column. // It is set to \N by NewReader. Null []byte // Tab is the tab character used to denote a column boundary. Tab []byte // contains filtered or unexported fields }
Reader reads records from a tsv file. Must be created by NewReader, but properties can be set before use.
Click to show internal directories.
Click to hide internal directories.