软件包:golang-github-pingcap-errors-dev(0.11.4-1)
golang-github-pingcap-errors-dev 的相关链接
Debian 的资源:
下载源码包 golang-github-pingcap-errors:
- [golang-github-pingcap-errors_0.11.4-1.dsc]
- [golang-github-pingcap-errors_0.11.4.orig.tar.gz]
- [golang-github-pingcap-errors_0.11.4-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
enhanced error handling primitives for Go (library)
This package provides enhanced error handling primitives for Go. It extends the standard Go error handling capabilities to improve the diagnostic information available when errors occur.
The library allows for wrapping errors to add context, and attaching stack traces to errors. It provides functions like Wrap, Wrapf, WithMessage, and WithStack. Errors can be inspected with Cause and support detailed formatting via the fmt.Formatter interface, revealing the error chain and stack traces with the '%+v' verb. It also includes facilities for handling groups of errors.
其他与 golang-github-pingcap-errors-dev 有关的软件包
|
|
|
|
-
- dep: golang-github-pkg-errors-dev
- Simple error handling primitives for Go