-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[minor] `Stacktrace(err error) string` - returns a prettified stacktrace of the error [minor] `StacktraceCustomFormat(msgformat string, traceFormat string, err error) string` - supports using custom format [minor] `RuntimeFrames(err error)` - returns *runtime.Frames* of the error, based on combined (if nested) program counters of the error [minor] `ProgramCounters(err error) []uintptr` - returns combined (if nested) program counters of the error [minor] fmt.Formatter interface implementation
- Loading branch information
1 parent
6ac87c7
commit fc72af5
Showing
6 changed files
with
768 additions
and
1,376 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.