Documentation ¶
Index ¶
- Variables
- func CleanExit(format string, v ...interface{})
- func Debug(format string, v ...interface{})
- func Die(format string, v ...interface{})
- func Err(format string, v ...interface{})
- func Info(format string, v ...interface{})
- func Msg(format string, v ...interface{})
- func Warn(format string, v ...interface{})
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // IsDebugging toggles whether or not to enable debug output and behavior. IsDebugging = false // ErrorState denotes if application is in an error state. ErrorState = false )
Functions ¶
func CleanExit ¶
func CleanExit(format string, v ...interface{})
CleanExit prints a message and then exits with 0.
func Debug ¶
func Debug(format string, v ...interface{})
Debug prints a cyan-tinted message if IsDebugging is true.
func Err ¶
func Err(format string, v ...interface{})
Err prints an error message. It does not cause an exit.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.