Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Yellow = color.New(color.FgHiYellow, color.BgBlack).SprintFunc() Green = color.New(color.FgHiGreen, color.BgBlack).SprintFunc() Blue = color.New(color.FgHiBlue, color.BgBlack).SprintFunc() Cyan = color.New(color.FgCyan, color.BgBlack).SprintFunc() Red = color.New(color.FgHiRed, color.BgBlack).SprintFunc() Magenta = color.New(color.FgHiMagenta, color.BgBlack).SprintFunc() Colors = []func(a ...interface{}) string{Yellow, Green, Blue, Cyan, Red, Magenta} )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.