./devel/go-errors, Simple error handling primitives

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2018Q1, Version: 0.6.0nb2, Package name: go-errors-0.6.0nb2, Maintainer: pkgsrc-users

Package errors provides simple error handling primitives.

The traditional error handling idiom in Go is roughly akin to

if err != nil {
return err
}

which applied recursively up the call stack results in error reports without
context or debugging information. The errors package allows programmers to add
context to the failure path in their code in a way that does not destroy the
original value of the error.


Required to build:
[lang/go]

Master sites:

SHA1: 1cdcb7955c31269164c1e23f697c72d149b761bc
RMD160: a46a88c12490c1295aff9a981756dccb908fa309
Filesize: 7.669 KB

Version history: (Expand)