パッケージ: golang-github-juju-errors-dev (0.0~git20210818.5560c4c-1)
golang-github-juju-errors-dev に関するリンク
Trisquel の資源:
golang-github-juju-errors ソースパッケージをダウンロード:
- [golang-github-juju-errors_0.0~git20210818.5560c4c-1.dsc]
- [golang-github-juju-errors_0.0~git20210818.5560c4c.orig.tar.xz]
- [golang-github-juju-errors_0.0~git20210818.5560c4c-1.debian.tar.xz]
メンテナ:
Original Maintainers:
- Debian Go Packaging Team
- Mathias Gibbens
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
- golang-golang-x-xerrors-dev
- golang-github-nebulouslabs-errors-dev
- libfile-bom-perl
- golang-github-google-renameio-dev
- golang-gopkg-errgo.v1-dev
- golang-github-hashicorp-go-cleanhttp-dev
- dlume
- golang-github-pelletier-go-toml.v2-dev
- libclass-adapter-perl
- libghc-basic-prelude-dev
- libghc-basic-prelude-prof
Common juju errors and functions to annotate errors
The juju/errors library provides an easy way to annotate errors without losing the original error context.
The exported 'New' and 'Errorf' functions are designed to replace the 'errors.New' and 'fmt.Errorf' functions respectively. The same underlying error is there, but the package also records the location at which the error was created.
A primary use case for this library is to add extra context any time an error is returned from a function.
その他の golang-github-juju-errors-dev 関連パッケージ
|
|
|
-
- dep: golang-github-juju-testing-dev
- Testing gocheck suites and checkers used across juju projects (library)
-
- dep: golang-gopkg-check.v1-dev
- Rich testing extension for Go's testing package