From ea96b631f2d1769207b6d7628e69703c3a6d2389 Mon Sep 17 00:00:00 2001 From: Jacek Kucharczyk Date: Thu, 19 Sep 2019 22:48:01 +0200 Subject: [PATCH] Added neuronlabs/errors Error Handling package (#2647) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6043a64e..89a70afc 100644 --- a/README.md +++ b/README.md @@ -630,6 +630,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [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. +* [errors](https://github.com/neuronlabs/errors) - Simple golang error handling with classification 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. * [tracerr](https://github.com/ztrue/tracerr) - Golang errors with stack trace and source fragments.