package
0.0.0-20221221054419-0b0c96e88bbe
Repository: https://github.com/benbentwo/unrealgameversionupdater.git
Documentation: pkg.go.dev

# Functions

ColorNameValues returns all the color names sorted.
GetColor returns the color for the list of colour names and option name.

# Variables

ColorAnswer returns a new function that returns answer-colorized (cyan) strings for the given arguments with fmt.Sprint().
ColorBold returns a new function that returns bold-colorized (bold) strings for the given arguments with fmt.Sprint().
No description provided by the author
ColorError returns a new function that returns error-colorized (red) strings for the given arguments with fmt.Sprint().
ColorInfo returns a new function that returns info-colorized (green) strings for the given arguments with fmt.Sprint().
ColorStatus returns a new function that returns status-colorized (blue) strings for the given arguments with fmt.Sprint().
ColorWarning returns a new function that returns warning-colorized (yellow) strings for the given arguments with fmt.Sprint().