# Functions
DisplayURL returns a copy of the string urlStr removing everything except the scheme, hostname, and path.
No description provided by the author
FormatSlice concatenates elements of the given string slice into a well-formatted, possibly multiline, string with specific line length limit.
No description provided by the author
FuzzyAgoAbbr is an abbreviated version of FuzzyAgo.
No description provided by the author
New creates a TablePrinter from an IOStreams.
NewWithWriter creates a TablePrinter from a Writer, whether the output is a terminal, the terminal width, and more.
No description provided by the author
No description provided by the author
RemoveDiacritics returns the input value without "diacritics", or accent marks.
RemoveExcessiveWhitespace returns a copy of the string s with excessive whitespace removed.
Title returns a copy of the string s with all Unicode letters that begin words mapped to their Unicode title case.
No description provided by the author
WithHeader defines the column names for a table.
# Variables
NoHeader disable printing or checking for a table header.
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author