Documentation ¶
Index ¶
Constants ¶
View Source
const ( // CodeOK indicates successful execution. CodeOK = 0 // CodeError indicates erroneous execution. CodeError = 1 // CodeFatal indicates erroneous use by user. CodeFatal = 2 )
Variables ¶
This section is empty.
Functions ¶
func Error ¶
func Error(format string, a ...interface{})
Error terminates execution using unsuccessful execution exit code.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.