[ 原始碼: golang-github-juju-errors ]
套件:golang-github-juju-errors-dev(0.0~git20170703.0.c7d06af-4)
golang-github-juju-errors-dev 的相關連結
Debian 的資源:
下載原始碼套件 golang-github-juju-errors:
- [golang-github-juju-errors_0.0~git20170703.0.c7d06af-4.dsc]
- [golang-github-juju-errors_0.0~git20170703.0.c7d06af.orig.tar.xz]
- [golang-github-juju-errors_0.0~git20170703.0.c7d06af-4.debian.tar.xz]
維護者:
外部的資源:
- 主頁 [github.com]
相似套件:
- golang-golang-x-xerrors-dev
- libfile-bom-perl
- golang-github-nebulouslabs-errors-dev
- tryton-modules-stock-consignment
- golang-github-google-renameio-dev
- golang-gopkg-errgo.v1-dev
- golang-github-hashicorp-go-cleanhttp-dev
- libgoto-file-perl
- golang-github-go-task-template-dev
- libghc-basic-prelude-dev
- golang-github-pelletier-go-toml.v2-dev
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-gopkg-check.v1-dev
- Rich testing extension for Go's testing package