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
{{ message }}
This repository has been archived by the owner on Dec 1, 2021. It is now read-only.
When using errors.Wrap the default delimiter is ": ".
But for me at least it seem like it should be "| ", with that I can wrap errors like this:
errors.Wrapf(err, "Error while trying to open file: %s", fileName)
I thing that instead of hard-coded delimiter we should be able to configure it with:
errors.SetDelimiter (string)
The text was updated successfully, but these errors were encountered: