Documentation ¶
Index ¶
- func Color(a ColorAttribute, v ...interface{})
- func Colorf(a ColorAttribute, format string, v ...interface{})
- func Colorfln(a ColorAttribute, format string, v ...interface{})
- func Colorln(a ColorAttribute, v ...interface{})
- func Error(v ...interface{})
- func Errorf(format string, v ...interface{})
- func Errorfln(format string, v ...interface{})
- func Errorln(v ...interface{})
- func Info(v ...interface{})
- func Infof(format string, v ...interface{})
- func Infofln(format string, v ...interface{})
- func Infoln(v ...interface{})
- func Magenta(v ...interface{})
- func Magentaf(format string, v ...interface{})
- func Magentafln(format string, v ...interface{})
- func Magentaln(v ...interface{})
- func Print(v ...interface{})
- func Printf(format string, v ...interface{})
- func Printfln(format string, v ...interface{})
- func Println(v ...interface{})
- func Success(v ...interface{})
- func Successf(format string, v ...interface{})
- func Successfln(format string, v ...interface{})
- func Successln(v ...interface{})
- type ColorAttribute
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Color ¶
func Color(a ColorAttribute, v ...interface{})
func Colorf ¶
func Colorf(a ColorAttribute, format string, v ...interface{})
func Colorfln ¶
func Colorfln(a ColorAttribute, format string, v ...interface{})
func Colorln ¶
func Colorln(a ColorAttribute, v ...interface{})
func Magentafln ¶
func Magentafln(format string, v ...interface{})
func Successfln ¶
func Successfln(format string, v ...interface{})
Types ¶
type ColorAttribute ¶
const ( FgGreen ColorAttribute = ColorAttribute(color.FgGreen) FgRed ColorAttribute = ColorAttribute(color.FgRed) FgCyan ColorAttribute = ColorAttribute(color.FgCyan) FgMagenta ColorAttribute = ColorAttribute(color.FgMagenta) FgBlack ColorAttribute = ColorAttribute(color.FgBlack) FgBlue ColorAttribute = ColorAttribute(color.FgBlue) )
Click to show internal directories.
Click to hide internal directories.