Documentation
¶
Index ¶
Constants ¶
View Source
const ( BLACK = 30 + iota RED GREEN YELLOW BLUE MAGENTA CYAN WHITE DEFAULT = "00" )
View Source
const ( RESET_SEQ = "\033[0m" COLOR_SEQ = "\033[1;" // %dm COLOR_DARK_SEQ = "\033[0;" // %dm UNDERLINE_SEQ = "\033[4m" CLEAR_SCREEM = "\033[2J\033[1;1H" UNIXTIME_FMT = "01-02 15:04:05" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.