Documentation
¶
Index ¶
Constants ¶
View Source
const CLEAR_LINE = "\x1b[2K"
View Source
const CLEAR_SCREEN = "\033[2J"
View Source
const COLOR_BLUE = "\033[34m"
View Source
const COLOR_CYAN = "\033[36m"
View Source
const COLOR_GREEN = "\033[32m"
View Source
const COLOR_PURPLE = "\033[35m"
View Source
const COLOR_RED = "\033[31m"
View Source
const COLOR_RESET = "\033[0m"
View Source
const COLOR_WHITE = "\033[37m"
View Source
const COLOR_YELLOW = "\033[33m"
View Source
const HIDE_CURSOR = "\033[?25l"
View Source
const MOVE_CURSOR_HOME = "\033[H"
View Source
const UP_LINE = "\033[A"
Variables ¶
This section is empty.
Functions ¶
func DisplaySpinner ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.