Documentation ¶
Index ¶
- func ColorPrint(args ...interface{})
- func ColorPrintf(format string, args ...interface{})
- func ColorPrintln(args ...interface{})
- func ErrorPrint(args ...interface{})
- func ErrorPrintf(format string, args ...interface{})
- func ErrorPrintln(args ...interface{})
- func NotePrint(args ...interface{})
- func NotePrintf(format string, args ...interface{})
- func NotePrintln(args ...interface{})
- func Print(a ...interface{})
- func Printf(format string, a ...interface{})
- func Println(a ...interface{})
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ColorPrint ¶
func ColorPrint(args ...interface{})
ColorPrint prints message to stdout wrapped and colored
func ColorPrintf ¶
func ColorPrintf(format string, args ...interface{})
ColorPrintf prints formated message to stdout wrapped and colored
func ColorPrintln ¶
func ColorPrintln(args ...interface{})
ColorPrintln prints message to stdout wrapped and colored followed by new line
func ErrorPrint ¶
func ErrorPrint(args ...interface{})
ErrorPrint prints message to stdout wrapped and colored
func ErrorPrintf ¶
func ErrorPrintf(format string, args ...interface{})
ErrorPrintf prints formated message to stdout wrapped and colored
func ErrorPrintln ¶
func ErrorPrintln(args ...interface{})
ErrorPrintln prints message to stdout wrapped and colored followed by new line
func NotePrint ¶
func NotePrint(args ...interface{})
NotePrint prints message to stdout wrapped and colored
func NotePrintf ¶
func NotePrintf(format string, args ...interface{})
NotePrintf prints formated message to stdout wrapped and colored
func NotePrintln ¶
func NotePrintln(args ...interface{})
NotePrintln prints message to stdout wrapped and colored followed by new line
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.