Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TableOutput ¶
TableOutput returns table output.
type TableSpace ¶
type TableSpace struct{}
TableSpace destructs table sparated by spaces.
func (*TableSpace) TableSeparated ¶
func (*TableSpace) TableSeparated(in string) TableOutput
TableSeparated takes a string input and returns a slice of slices containing the separated values in each row and a slice of the original input lines. TODO: change the output to a JSON or YAML format to allow standardized parser interface.
Click to show internal directories.
Click to hide internal directories.