Documentation
¶
Overview ¶
Package color defines color code for pretty print in linux shell, windows is not supported
Index ¶
Constants ¶
View Source
const ( RedCode = 31 GreenCode = 32 YellowCode = 33 BlueCode = 34 PurpleCode = 35 CyanCode = 36 GrayCode = 37 )
View Source
const ( RedStart = "\x1b[31m" GreenStart = "\x1b[32m" YellowStart = "\x1b[33m" BlueStart = "\x1b[34m" PurpleStart = "\x1b[35m" CyanStart = "\x1b[36m" GrayStart = "\x1b[37m" End = "\x1b[0m" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.