Documentation ¶
Index ¶
Constants ¶
View Source
const ( // RESET is the escape sequence for unsetting any previous commands. RESET = 0 // ESC is the escape sequence used to send ANSI commands in the terminal. ESC = 27 )
Variables ¶
This section is empty.
Functions ¶
func SprintfWithColor ¶
SprintfWithColor formats according to the provided pattern and returns the result as a string with the necessary ansii escape codes for color
Types ¶
Click to show internal directories.
Click to hide internal directories.