套件: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