[ 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.