[ aria ]
パッケージ: golang-github-hashicorp-go-multierror-dev (1.1.1-2)
golang-github-hashicorp-go-multierror-dev に関するリンク
golang-github-hashicorp-go-multierror ソースパッケージをダウンロード:
- [golang-github-hashicorp-go-multierror_1.1.1-2.debian.tar.xz]
- [golang-github-hashicorp-go-multierror_1.1.1-2.dsc]
- [golang-github-hashicorp-go-multierror_1.1.1.orig.tar.gz]
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
- libdata-dump-perl
- golang-github-mitchellh-mapstructure-dev
- golang-github-hashicorp-go-cleanhttp-dev
- libfile-listing-perl
- libsub-name-perl
- golang-github-hashicorp-go-hclog-dev
- golang-github-google-go-cmp-dev
- golang-gopkg-yaml.v3-dev
- golang-golang-x-xerrors-dev
- golang-github-knetic-govaluate-dev
- python-tinycss2-common
Go package for representing a list of errors as a single error
go-multierror is a package for Go that provides a mechanism for representing a list of error values as a single error.
This allows a function in Go to return an error that might actually be a list of errors. If the caller knows this, they can unwrap the list and access the errors. If the caller doesn't know, the error formats to a nice human-readable format.
go-multierror implements the errwrap interface so that it can be used with that library, as well.
This package contains the source.
その他の golang-github-hashicorp-go-multierror-dev 関連パッケージ
|
|
|
|
-
- dep: golang-github-hashicorp-errwrap-dev
- Errwrap is a Go (golang) library for wrapping and querying errors