Open beornf opened 4 years ago
Added support to convert stacktrace from https://github.com/ansel1/merry errors.
We could in addition support a generic error interface that returns []uintptr. This helps to convert the caller frames attached to error types while respecting stacktrace configuration settings.
[]uintptr
Added support to convert stacktrace from https://github.com/ansel1/merry errors.
We could in addition support a generic error interface that returns
[]uintptr
. This helps to convert the caller frames attached to error types while respecting stacktrace configuration settings.