Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var COLORS map[string]ColorFunc
View Source
var Monochrome = func(s string) string {
return s
}
View Source
var NAMES = []string{
"grey",
"red",
"green",
"yellow",
"blue",
"magenta",
"cyan",
"white",
}
View Source
var Rainbow = make(chan ColorFunc)
Functions ¶
This section is empty.
Types ¶
type ProgressWriter ¶
func NewProgressWriter ¶
func NewProgressWriter() ProgressWriter
Click to show internal directories.
Click to hide internal directories.