# Functions
ArrayFormatter formats a list of strings as an array.
DateStringer prints the date in the format "1st January, 2006".
FixTabStop fixes the tab stops in a string.
LongestLine finds the longest line in a table.
NewTableAligner creates a new table aligner.
PrintTree prints the tree.
StringsJoiner joins a list of fmt.Stringer values using a separator.
TabAlign aligns the tabs of a table's column.
TableEntriesAlign aligns the entries of a table.
TimeStringer prints the time in the format "3:04 PM".
# Structs
Printer is a tree printer.
StackElement is a stack element.
TableAligner is a struct to help align tables.
# Interfaces
No description provided by the author