Documentation
¶
Overview ¶
Package feedback provides feedback to the user.
Index ¶
- func Error(v ...interface{})
- func Errorf(format string, v ...interface{})
- func Print(v ...interface{})
- func Printf(format string, v ...interface{})
- func Println(v ...interface{})
- func VerbosePrint(v ...interface{})
- func VerbosePrintf(format string, v ...interface{})
- func VerbosePrintln(v ...interface{})
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Error ¶
func Error(v ...interface{})
Error behaves like fmt.Print but adds a prefix, newline and also logs the error.
func Errorf ¶
func Errorf(format string, v ...interface{})
Errorf behaves like fmt.Printf but adds a newline and also logs the error.
func Print ¶
func Print(v ...interface{})
Print behaves like fmt.Print but only prints when output format is set to `text`.
func Printf ¶
func Printf(format string, v ...interface{})
Printf behaves like fmt.Printf but only prints when output format is set to `text`.
func Println ¶
func Println(v ...interface{})
Println behaves like fmt.Println but only prints when output format is set to `text`.
func VerbosePrint ¶
func VerbosePrint(v ...interface{})
VerbosePrint behaves like Print but only prints when verbosity is enabled.
func VerbosePrintf ¶
func VerbosePrintf(format string, v ...interface{})
VerbosePrintf behaves like Printf but only prints when verbosity is enabled.
func VerbosePrintln ¶
func VerbosePrintln(v ...interface{})
VerbosePrintln behaves like Println but only prints when verbosity is enabled.
Types ¶
This section is empty.