Documentation ¶
Index ¶
Examples ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Writer ¶
type Writer interface { Enabled() bool Blue(v ...interface{}) string Red(v ...interface{}) string Yellow(v ...interface{}) string Green(v ...interface{}) string Pink(v ...interface{}) string Dim(v ...interface{}) string }
Click to show internal directories.
Click to hide internal directories.