Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ColNotFound ¶
type ColNotFound struct {
// contains filtered or unexported fields
}
func (ColNotFound) Error ¶
func (e ColNotFound) Error() string
type EmptyFileError ¶
type EmptyFileError struct{}
func (EmptyFileError) Error ¶
func (e EmptyFileError) Error() string
type FixedWidthParser ¶
type FixedWidthParser struct {
Columns []string
}
Click to show internal directories.
Click to hide internal directories.