NOTICE: This package has been removed from pkgsrc

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

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 0.8.0nb25, Package name: go-errors-0.8.0nb25, 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:
[pkgtools/cwrappers] [lang/go114]

Master sites:

SHA1: 6256e89cb3c94189180096eb804d9c8c90088fb5
RMD160: 473ecf6cada7287f2e27c90509d351f98895ecf3
Filesize: 11.078 KB

Version history: (Expand)


CVS history: (Expand)


   2021-07-03 11:49:50 by Nia Alarie | Files touched by this commit (5) | Package removed
Log message:
go-errors: remove

deprecated go-package; no users in pkgsrc
   2021-06-06 14:19:04 by Benny Siegert | Files touched by this commit (203) | Package updated
Log message:
Revbump all Go packages after go116 update
   2021-05-08 17:02:47 by Benny Siegert | Files touched by this commit (216) | Package updated
Log message:
Revbump all Go packages after go116 update
   2021-03-19 18:37:10 by Benny Siegert | Files touched by this commit (215) | Package updated
Log message:
Revbump all Go packages after go115 update
   2021-01-23 15:23:16 by Benny Siegert | Files touched by this commit (209) | Package updated
Log message:
Revbump all Go packages after go115 update
   2020-11-13 20:26:26 by Benny Siegert | Files touched by this commit (202) | Package updated
Log message:
Revbump all Go packages after go115 update
   2020-11-08 22:59:39 by Benny Siegert | Files touched by this commit (202) | Package updated
Log message:
Revbump all Go packages after Go 1.15 update.
   2020-10-15 15:08:34 by Benny Siegert | Files touched by this commit (188) | Package updated
Log message:
Revbump all Go packages after go115 update.