[ 源代码: golang-github-pkg-errors ]
软件包:golang-github-pkg-errors-dev(0.9.1-2)
golang-github-pkg-errors-dev 的相关链接
Debian 的资源:
下载源码包 golang-github-pkg-errors:
- [golang-github-pkg-errors_0.9.1-2.dsc]
- [golang-github-pkg-errors_0.9.1.orig.tar.gz]
- [golang-github-pkg-errors_0.9.1-2.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
Simple error handling primitives for Go
Package errors provides simple error handling primitives for the Go programming language.
The traditional error handling idiom in Go 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.