パッケージ: 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