Documentation
¶
Index ¶
- Constants
- func Black(style int, format string, a ...interface{}) string
- func Blue(style int, format string, a ...interface{}) string
- func Green(style int, format string, a ...interface{}) string
- func Purple(style int, format string, a ...interface{}) string
- func Red(style int, format string, a ...interface{}) string
- func Yellow(style int, format string, a ...interface{}) string
Constants ¶
View Source
const ( FgBlack = 0 FgRed = 1 FgGreen = 2 FgYellow = 3 FgBlue = 4 FgPurple = 5 )
View Source
const ( Regular = 1 Light = 2 Highlight = 3 Underline = 4 )
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.