Skip to content

Use go error wrapping instead of go-errors in apps #383

Open
@dpordomingo

Description

@dpordomingo

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?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions