From b63578620e099365ce81d2dc74fbe6fb55d13c4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rk=20S=C3=A1gi-Kaz=C3=A1r?= Date: Thu, 19 Sep 2019 21:07:41 +0200 Subject: [PATCH] Add emperror (#2632) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 026efed7..5075f363 100644 --- a/README.md +++ b/README.md @@ -625,7 +625,9 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a *Libraries for handling errors.* +* [emperror](https://github.com/emperror/emperror) - Error handling tools and best practices for Go libraries and applications. * [errlog](https://github.com/snwfdhmp/errlog) - Hackable package that determines responsible source code for an error (and some other fast-debugging features). Pluggable to any logger in-place. +* [errors](https://github.com/emperror/errors) - Drop-in replacement for the standard library errors package and github.com/pkg/errors. Provides various error handling primitives. * [errors](https://github.com/pkg/errors) - Package that provides simple error handling primitives. * [errorx](https://github.com/joomcode/errorx) - A feature rich error package with stack traces, composition of errors and more. * [go-multierror](https://github.com/hashicorp/go-multierror) - Go (golang) package for representing a list of errors as a single error.