[pkg-go] Bug#889923: ITP: golang-github-go-errors-errors -- errors with stacktraces for go
rajudev at disroot.org
rajudev at disroot.org
Thu Feb 8 19:52:37 UTC 2018
Package: wnpp
Severity: wishlist
Owner: Raju Devidas <rajudev at disroot.org>
X-Debbugs-CC: debian-devel at lists.debian.org, pkg-go-maintainers at lists.alioth.debian.org
* Package name : golang-github-go-errors-errors
Version : 1.0.0-1
Upstream Author : Conrad Irwin <conrad at bugsnag.com>
* URL : https://github.com/go-errors/errors
* License : Expat
Programming Lang: Go
Description : errors with stacktraces for go
Package errors adds stacktrace support to errors in go.
.
This is particularly useful when you want to understand the state of
execution when an error was returned unexpectedly.
.
It provides the type *Error which implements the standard golang error
interface, so you can use this library interchangeably with code that is
expecting a normal error return.
More information about the Pkg-go-maintainers
mailing list