# Functions
OverwriteDefault overwrites default color.
# Variables
Define some Color instances that can format text to be displayed to the terminal in color, using ANSI escape codes.
ColoredOutput will check if color escape codes should be printed.
Define some Color instances that can format text to be displayed to the terminal in color, using ANSI escape codes.
Default default output color for output from container-structure-test to the user.
Define some Color instances that can format text to be displayed to the terminal in color, using ANSI escape codes.
IsTerminal will check if the specified output stream is a terminal.
Define some Color instances that can format text to be displayed to the terminal in color, using ANSI escape codes.
Define some Color instances that can format text to be displayed to the terminal in color, using ANSI escape codes.
Define some Color instances that can format text to be displayed to the terminal in color, using ANSI escape codes.
Define some Color instances that can format text to be displayed to the terminal in color, using ANSI escape codes.
Define some Color instances that can format text to be displayed to the terminal in color, using ANSI escape codes.
NoColor allow to force to not output colors.
None uses ANSI escape codes to reset all formatting.
Define some Color instances that can format text to be displayed to the terminal in color, using ANSI escape codes.
Define some Color instances that can format text to be displayed to the terminal in color, using ANSI escape codes.
Define some Color instances that can format text to be displayed to the terminal in color, using ANSI escape codes.
Define some Color instances that can format text to be displayed to the terminal in color, using ANSI escape codes.
# Structs
ColoredWriteCloser forces printing with colors to an io.WriteCloser.
ColoredWriter forces printing with colors to an io.Writer.
# Type aliases
Color can be used to format text using ANSI escape codes so it can be printed to the terminal in color.