Documentation
¶
Overview ¶
Code generated by gommon from util/color/color_generated.go.tmpl DO NOT EDIT.
Code generated by gommon from util/color/gommon.yml DO NOT EDIT.
Index ¶
Constants ¶
View Source
const ( GreenCode = 32 PurpleCode = 35 RedCode = 31 YellowCode = 33 BlueCode = 34 CyanCode = 36 GrayCode = 37 )
View Source
const ( CyanStart = "\x1b[36m" GrayStart = "\x1b[37m" GreenStart = "\x1b[32m" PurpleStart = "\x1b[35m" RedStart = "\x1b[31m" YellowStart = "\x1b[33m" BlueStart = "\x1b[34m" End = "\x1b[0m" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.