Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Key = color.MagentaString
View Source
var Noop = func(format string, a ...interface{}) string { return color.WhiteString("") + fmt.Sprintf(format, a...) }
View Source
var Prefix = color.CyanString
View Source
var Step = func(format string, a ...interface{}) string { return color.CyanString("===> "+format, a...) }
View Source
var Symbol = func(format string, a ...interface{}) string { if color.NoColor { format = fmt.Sprintf("'%s'", format) } return Key(format, a...) }
View Source
var TimestampColorCode = color.FgHiBlack
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.