Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ColorStartCtr = string([]rune{27, 91}) // Known as: (CSI or esc or \033 or \x1b or \e)[ ResetCtrlStr = ColorStartCtr + string([]rune{48, 109}) // Known as: (CSI or esc or \033 or \x1b or \e)[0m )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.