套件: golang-github-pkg-errors-dev (0.9.1-2)
golang-github-pkg-errors-dev 的相關超連結
Trisquel 的資源:
下載原始碼套件 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]
維護者:
Original Maintainers:
- Debian Go Packaging Team
- Anthony Fok
外部的資源:
- 主頁 [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.