From bcc01d81c7ea9e37c495569fe004ee1819a86f0e Mon Sep 17 00:00:00 2001 From: Peter Ivanov Date: Wed, 21 Nov 2018 03:26:01 +0300 Subject: [PATCH] Add errorx (#2231) * Add errorx * fix errorx description --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4383dee2..5994067b 100644 --- a/README.md +++ b/README.md @@ -883,6 +883,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [conv](https://github.com/cstockton/go-conv) - Package conv provides fast and intuitive conversions across Go types. * [datacounter](https://github.com/miolini/datacounter) - Go counters for readers/writer/http.ResponseWriter. * [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. * [ffmt](https://github.com/go-ffmt/ffmt) - Beautify data display for Humans. * [ghorg](https://github.com/gabrie30/ghorg) - Clone all repos from a GitHub org into a single directory. * [go-chat-bot](https://github.com/go-chat-bot/bot) - IRC, Slack & Telegram bot written in Go.