You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note that this will be a slight change in the errtrace transformation concepts:
It's currently modeled as "inserts" that only add at specific positions.
It'll need to change to "edits" that operate over a [start, end) text range it's replacing/modifying.
errtrace.Wrap(errors.New(..))
can be simplified intoerrtrace.New(...)
Similarly,
errtrace.Wrap(fmt.Errorf(...))
can be simplified intoerrtrace.Errorf(...)
The text was updated successfully, but these errors were encountered: