go 1.13 has been released, and our guide says that
our applications support only latest stable Go version
go 1.13 offers error wrapping (errors.Is, errors.Wrap...)
For error handling, our guide request to use go-errors, which also supports error wrapping.
Then it was raised the following question on our [private link] Slack
should we stop using src-d/go-errors for applications in favor of the new go 1.13 errors.Is, errors.Wrap?
go 1.13has been released, and our guide says thatgo 1.13offers error wrapping (errors.Is,errors.Wrap...)For error handling, our guide request to use
go-errors, which also supports error wrapping.Then it was raised the following question on our [private link] Slack