feat: adding samber/oops (#4890)

This commit is contained in:
Samuel Berthe 2023-05-19 09:00:12 +02:00 committed by GitHub
parent f89f268a2b
commit e0e09563bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1020,6 +1020,7 @@ _Libraries for handling errors._
- [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.
- [oops](https://github.com/samber/oops) - Error handling with context, stack trace and source fragments.
- [tracerr](https://github.com/ztrue/tracerr) - Golang errors with stack trace and source fragments.
**[⬆ back to top](#contents)**