Documentation ¶
Index ¶
- Variables
- func Failuref(format string, values ...interface{})
- func Failureln(content ...interface{})
- func Infof(format string, values ...interface{})
- func Infoln(content ...interface{})
- func Successf(format string, values ...interface{})
- func Successln(content ...interface{})
- func Verbosef(format string, values ...interface{})
- func Verboseln(content ...interface{})
- func Warningf(format string, values ...interface{})
- func Warningln(content ...interface{})
Constants ¶
This section is empty.
Variables ¶
View Source
var Silent bool
Silent silences all the non-error messages
View Source
var Verbose bool
Verbose allows printing info messages.
Functions ¶
func Failuref ¶
func Failuref(format string, values ...interface{})
Failuref formats failure message
func Successf ¶
func Successf(format string, values ...interface{})
Successf formats success message
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.