Documentation ¶ Index ¶ func IsSilent(e Interface) bool type Interface func Internal(err error, message string) Interface func Silent() Interface func Unlikely(err error, short string, long string) Interface func User(err error, message string) Interface func UserF(err error, message string, a ...interface{}) Interface Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func IsSilent ¶ func IsSilent(e Interface) bool Types ¶ type Interface ¶ type Interface interface { error Herror(debug bool) string } func Internal ¶ func Internal(err error, message string) Interface func Silent ¶ func Silent() Interface func Unlikely ¶ func Unlikely(err error, short string, long string) Interface func User ¶ func User(err error, message string) Interface func UserF ¶ func UserF(err error, message string, a ...interface{}) Interface Source Files ¶ View all Source files herror.go Click to show internal directories. Click to hide internal directories.