Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CsvReader ¶
func (*CsvReader) ReadHeader ¶
ReadHeader reads one record from csv and treat it as header.
func (*CsvReader) ScanStruct ¶
ScanStruct reads one record from csv and scan it to the parameter `rec`. The parameter `rec` should be a pointer to struct.
func (*CsvReader) ScanStructs ¶
Click to show internal directories.
Click to hide internal directories.