Documentation
¶
Index ¶
Constants ¶
View Source
const ( BrightRed = "\x1b[91m" BrightGreen = "\x1b[92m" BrightYellow = "\x1b[93m" BrightCyan = "\x1b[96m" BrightWhite = "\x1b[97m" Bold = "\x1b[1m" Reset = "\x1b[0m" HighlightRed = BrightRed + Bold HighlightGreen = BrightGreen + Bold HighlightYellow = BrightYellow + Bold HighlightCyan = BrightCyan + Bold HighlightWhite = BrightWhite + Bold )
Variables ¶
View Source
var ToHTMLClass = map[string]string{
"[91": "log-red",
"[92": "log-green",
"[93": "log-yellow",
"[96": "log-cyan",
"[97": "log-white",
}
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.