This commit is contained in:
Barnaby Keene 2023-02-20 06:06:31 +01:00 committed by GitHub
parent 6054b76088
commit 3e174a5feb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1016,6 +1016,7 @@ _Libraries for handling errors._
- [errorx](https://github.com/joomcode/errorx) - A feature rich error package with stack traces, composition of errors and more. - [errorx](https://github.com/joomcode/errorx) - A feature rich error package with stack traces, composition of errors and more.
- [exception](https://github.com/rbrahul/exception) - A simple utility package for exception handling with try-catch in Golang. - [exception](https://github.com/rbrahul/exception) - A simple utility package for exception handling with try-catch in Golang.
- [Falcon](https://github.com/SonicRoshan/falcon) - A Simple Yet Highly Powerful Package For Error Handling. - [Falcon](https://github.com/SonicRoshan/falcon) - A Simple Yet Highly Powerful Package For Error Handling.
- [Fault](https://github.com/Southclaws/fault) - An ergonomic mechanism for wrapping errors in order to facilitate structured metadata and context for error values.
- [go-multierror](https://github.com/hashicorp/go-multierror) - Go (golang) package for representing a list of errors as a single error. - [go-multierror](https://github.com/hashicorp/go-multierror) - Go (golang) package for representing a list of errors as a single error.
- [tracerr](https://github.com/ztrue/tracerr) - Golang errors with stack trace and source fragments. - [tracerr](https://github.com/ztrue/tracerr) - Golang errors with stack trace and source fragments.