[ 原始碼: golang-github-pkg-errors ]
套件:golang-github-pkg-errors-dev(0.9.1-1)
golang-github-pkg-errors-dev 的相關連結
Debian 的資源:
下載原始碼套件 golang-github-pkg-errors:
- [golang-github-pkg-errors_0.9.1-1.dsc]
- [golang-github-pkg-errors_0.9.1.orig.tar.gz]
- [golang-github-pkg-errors_0.9.1-1.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.