Documentation ¶
Index ¶
- Variables
- func Error(msg string)
- func Info(msg string)
- func Infof(msg string, v ...interface{})
- func Plain(msg string)
- func Plainf(msg string, v ...interface{})
- func Printf(msg string, v ...interface{})
- func Success(msg string)
- func Successf(msg string, v ...interface{})
- func Warnf(msg string, v ...interface{})
- func WithPrefixf(prefixColor int, prefix, msg string, v ...interface{})
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ColorRed = 31 ColorGreen = 32 ColorYellow = 33 ColorBlue = 34 ColorGray = 37 )
Functions ¶
func WithPrefixf ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.