proposal: errors: add (stack)trace at error annotation · Issue #60873 · golang/go

This proposal try to address the lack of traceback in errors but keep the way we handle errors as value annotated where the error occur. Errors are values, a string or a custom error. To retrieve t...