Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( IsColorEnabled = true // Magenta outputs ANSI color if stdout is a tty Magenta = makeColorFunc("magenta") // Cyan outputs ANSI color if stdout is a tty Cyan = makeColorFunc("cyan") // Red outputs ANSI color if stdout is a tty Red = makeColorFunc("red") // Yellow outputs ANSI color if stdout is a tty Yellow = makeColorFunc("yellow") // Blue outputs ANSI color if stdout is a tty Blue = makeColorFunc("blue") // Green outputs ANSI color if stdout is a tty Green = makeColorFunc("green") // Gray outputs ANSI color if stdout is a tty Gray = makeColorFunc("black+h") // Bold outputs ANSI color if stdout is a tty Bold = makeColorFunc("default+b") )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.