From 7d0bc62beb0b7d0a1821a9ccd402f28209bfc93f Mon Sep 17 00:00:00 2001 From: Martin Joly Date: Thu, 11 Apr 2019 12:14:13 +0200 Subject: [PATCH] Update README.md (#2471) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eb322d5c..bd7edec5 100644 --- a/README.md +++ b/README.md @@ -596,7 +596,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a *Libraries for handling errors.* -* [errlog](https://github.com/snwfdhmp/errlog) - Debug errors with failing func call recognition and pretty stack trace printing. +* [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/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.