Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // OK is an OK mark. OK = color.New(color.FgGreen).SprintFunc()("✔") // NotOK is a red cross mark NotOK = color.New(color.FgRed).SprintFunc()("✘") // Bullet is a bullet mark Bullet = color.New(color.FgYellow).SprintFunc()("⋆") // Info is an info mark Info = color.New(color.FgYellow).SprintFunc()("𝓲") )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.