Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Reader ¶
A Reader may be constructed using either the New function, or directly by setting the Reader member to an existing csv.Reader and calling ReadHeader().
func NewReader ¶
NewReader constructs a Reader object, reading the first line from the supplied io.Reader and interpreting it as a header line.
func NewTrimmingReader ¶
func (*Reader) ReadHeader ¶
type Writer ¶
func (*Writer) WriteHeader ¶
Click to show internal directories.
Click to hide internal directories.