package
0.0.0-20190507022301-b1bd2f5c3845
Repository: https://github.com/gincoinc/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.