package
0.0.0-20210414020239-6daa909df9a7
Repository: https://github.com/kingaj12/go.git
Documentation: pkg.go.dev
# Functions
Cause returns the underlying cause of the error, if possible.
Errorf formats according to a format specifier and returns the string as a value that satisfies error.
New returns an error with the supplied message.
Wrap returns an error annotating err with message.
Wrapf returns an error annotating err with the format specifier.
# Interfaces
StackTracer represents a type (usually an error) that can provide a stack trace.