Skip to content
Snippets Groups Projects
Select Git revision
  • 140cd1fd1bde9c199e8c172ca9898506c23cead0
  • main default protected
2 results

assets

user avatar
Juan Batiz-Benet authored
We now consider debugerrors harmful: we've run into cases where
debugerror.Wrap() hid valuable error information (err == io.EOF?).
I've removed them from the main code, but left them in some tests.
Go errors are lacking, but unfortunately, this isn't the solution.

It is possible that debugerros.New or debugerrors.Errorf should
remain still (i.e. only remove debugerrors.Wrap) but we don't use
these errors often enough to keep.
140cd1fd
History
Name Last commit Last update
..