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(err error)
Error terminates execution using unsuccessful execution exit code.
func GoodEnough ¶
func GoodEnough(fmtStr string, s ...interface{})
GoodEnough terminates execution successfully, but indicates that something is missing.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.