Documentation
¶
Index ¶
- Variables
- func GetFloat(data string) (float32, error)
- func GetHeadsIDs(header []string, heads []string) (map[string]int, error)
- func GetLineInfo(data, prefix, lineSep string) (string, error)
- func GetTrimmedFloat(data, prefix, suffix string) (float32, error)
- func ParseTable(table string, lineSep string, skipLines, maxLines int) ([][]string, error)
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrHeadersNotFound = errors.New("can't find headers") ErrTableParseFailed = errors.New("unable to parse table") )
View Source
var ErrInfoLineNotFound = errors.New("info line not found")
Functions ¶
func GetLineInfo ¶
func GetTrimmedFloat ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.