Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Printf ¶
func Printf(format string, args ...interface{})
Printf calls fmt.Printf if quiet mode is off
func SetVerbose ¶
func SetVerbose(b bool)
func VerbosePrint ¶
func VerbosePrint(args ...interface{})
VerbosePrint calls fmt.Print only when verbose logging is on and quiet mode is off
func VerbosePrintf ¶
func VerbosePrintf(format string, args ...interface{})
VerbosePrintf calls fmt.Printf only when verbose logging is on and quiet mode is off
func VerbosePrintln ¶
func VerbosePrintln(args ...interface{})
VerbosePrintln calls fmt.Println only when verbose logging is on and quiet mode is off
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.