[ trixie ]
[ sid ]
[ 原始碼: golang-github-zeebo-errs ]
套件:golang-github-zeebo-errs-dev(1.3.0-3)
golang-github-zeebo-errs-dev 的相關連結
Debian 的資源:
下載原始碼套件 golang-github-zeebo-errs:
- [golang-github-zeebo-errs_1.3.0-3.dsc]
- [golang-github-zeebo-errs_1.3.0.orig.tar.gz]
- [golang-github-zeebo-errs_1.3.0-3.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
errs is a Go library for error handling
errs is a package for making errors friendly and easy. Errors come with a stack trace that is only printed when a "+" character is used in the format string. This should retain the benefits of being able to diagnose where and why errors happen, without all of the noise of printing a stack trace in every situation.
This package contains the library.