Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Red = color.New(color.FgRed).SprintFunc() BoldRed = color.New(color.FgRed, color.Bold).SprintFunc() Green = color.New(color.FgGreen).SprintFunc() BoldGreen = color.New(color.FgGreen, color.Bold).SprintFunc() Yellow = color.New(color.FgYellow).SprintFunc() BoldYellow = color.New(color.FgYellow, color.Bold).SprintFunc() )
Built-in available colors.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.