Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Red text color. Red = color.New(color.FgHiRed).Add(color.Bold).SprintFunc() // Green text color. Green = color.New(color.FgGreen).Add(color.Bold).SprintFunc() // Yellow text color. Yellow = color.New(color.FgYellow).SprintFunc() // Blue text color. Blue = color.New(color.FgBlue).SprintFunc() )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.