From 7d55811e10f12603f7f55844e9ebebee715c233b Mon Sep 17 00:00:00 2001 From: Andre Lehmann Date: Sat, 27 May 2023 14:32:10 +0200 Subject: [PATCH] docs: add go-bruh to list of error handling libraries --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a5909c90..4c0e42f7 100644 --- a/README.md +++ b/README.md @@ -1020,6 +1020,7 @@ _Libraries for handling errors._ - [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. - [Fault](https://github.com/Southclaws/fault) - An ergonomic mechanism for wrapping errors in order to facilitate structured metadata and context for error values. +- [go-bruh](https://github.com/aisbergg/go-bruh) - All-in-one error handling library with stack traces, custom formatting, and seamless integration with Sentry. Create custom errors and effortlessly replace Go's standard library 'errors' package. - [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.