Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( RawRed = color.New(color.FgRed) RawGreen = color.New(color.FgGreen) RawBlue = color.New(color.FgBlue) RawYellow = color.New(color.FgYellow) RawCyan = color.New(color.FgCyan) RawMagenta = color.New(color.FgMagenta) Red = RawRed.SprintFunc() Green = RawGreen.SprintFunc() Blue = RawBlue.SprintFunc() Yellow = RawYellow.SprintFunc() )
Functions ¶
Types ¶
type Outputter ¶
type Outputter struct {
// contains filtered or unexported fields
}
func NewOutputter ¶
Click to show internal directories.
Click to hide internal directories.