From 4693196dc52e2a4003795422a7e95c1a4d0bba8c Mon Sep 17 00:00:00 2001 From: topu Date: Sat, 1 Oct 2016 23:50:49 +0200 Subject: [PATCH] Add pkg/errors. (#1113) Package errors provides simple error handling primitives. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f6940cff..07d0de7e 100644 --- a/README.md +++ b/README.md @@ -601,6 +601,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [bitio](https://github.com/icza/bitio) - Highly optimized bit-level Reader and Writer for Go. * [browscap_go](https://github.com/digitalcrab/browscap_go) - GoLang Library for [Browser Capabilities Project](http://browscap.org/). * [datacounter](https://github.com/miolini/datacounter) - Go counters for readers/writer/http.ResponseWriter. +* [errors](https://github.com/pkg/errors) - A package that provides simple error handling primitives. * [go-chat-bot](https://github.com/go-chat-bot/bot) - IRC, Slack & Telegram bot written in Go. * [go-commons-pool](https://github.com/jolestar/go-commons-pool) - A generic object pool for Golang. * [go-multierror](https://github.com/hashicorp/go-multierror) - A Go (golang) package for representing a list of errors as a single error.