Documentation
¶
Index ¶
- Variables
- func BluePrintf(format string, a ...interface{})
- func BluePrintln(a ...interface{})
- func BlueSprintf(format string, a ...interface{}) string
- func DisableColor()
- func GreenPrintf(format string, a ...interface{})
- func GreenPrintln(a ...interface{})
- func GreenSprintf(format string, a ...interface{}) string
- func IsSupported() bool
- func RedPrintf(format string, a ...interface{})
- func RedPrintln(a ...interface{})
- func RedSprintf(format string, a ...interface{}) string
- func YellowPrintf(format string, a ...interface{})
- func YellowPrintln(a ...interface{})
- func YellowSprintf(format string, a ...interface{}) string
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Red = "\033[31m" Green = "\033[32m" Yellow = "\033[33m" Blue = "\033[34m" Reset = "\033[0m" )
Functions ¶
func BluePrintf ¶
func BluePrintf(format string, a ...interface{})
func BluePrintln ¶
func BluePrintln(a ...interface{})
func BlueSprintf ¶
func DisableColor ¶
func DisableColor()
func GreenPrintf ¶
func GreenPrintf(format string, a ...interface{})
func GreenPrintln ¶
func GreenPrintln(a ...interface{})
func GreenSprintf ¶
func IsSupported ¶
func IsSupported() bool
func RedPrintln ¶
func RedPrintln(a ...interface{})
func RedSprintf ¶
func YellowPrintf ¶
func YellowPrintf(format string, a ...interface{})
func YellowPrintln ¶
func YellowPrintln(a ...interface{})
func YellowSprintf ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.