Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FirstWithStack ¶
FirstWithStack returns the first error in the chain of errors that has a stack trace associated with it. The chain of errors is determined by repeatedly calling Unwrap() on the err. "First" is defined as the error that is returned by the last call to Unwrap().
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.