package
0.0.0-20200601045646-4ac1f560ea21
Repository: https://github.com/heyvito/goom.git
Documentation: pkg.go.dev
# Functions
CheckErr is a silly wrapper for error checking and panicking.
Cyan returns a provided string wrapped in escape codes that turns the text to cyan.
Levenshtein calculates the difference between two strings by using the Levenshtein algorithm.
Magenta returns a provided string wrapped in escape codes that turns the text to Magenta.
PrintItems prints provided items aligned and separated by a colon.
Underline returns a provided string wrapped in escape codes that underlines the text.
WriteTextToClipboard sends a given string to the System clipboard.