package
Version:
v0.29.0
Opens a new window with list of versions in this module.
Published: Nov 21, 2024
License: MPL-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package ansi contains ANSI color constants for coloring log output
Colorize wraps the string in the specified ansi color
Code represents an ansi code
const (
BoldRed Code = "\033[31;1m"
BoldGreen Code = "\033[32;1m"
BoldCyan Code = "\033[36;1m"
Yellow Code = "\033[33m"
Reset Code = "\033[0;m"
)
ANSI color constants for job log output
Source Files
¶
Click to show internal directories.
Click to hide internal directories.