Package: golang-github-hashicorp-go-multierror-dev (1.0.0-1)
Links for golang-github-hashicorp-go-multierror-dev
Debian Resources:
Download Source Package golang-github-hashicorp-go-multierror:
- [golang-github-hashicorp-go-multierror_1.0.0-1.dsc]
- [golang-github-hashicorp-go-multierror_1.0.0.orig.tar.gz]
- [golang-github-hashicorp-go-multierror_1.0.0-1.debian.tar.xz]
Maintainers:
- Debian Go Packaging Team (QA Page)
- Tianon Gravi (QA Page)
- Tim Potter (QA Page)
- Anthony Fok (QA Page)
External Resources:
- Homepage [github.com]
Similar packages:
- python-pretty-yaml
- python3-pretty-yaml
- golang-github-mgutz-to-dev
- golang-github-muesli-toktok-dev
- libdata-dump-perl
- luksy
- golang-github-pelletier-go-toml.v2-dev
- golang-github-containers-luksy-dev
- golang-github-go-errors-errors-dev
- golang-github-ryanuber-go-glob-dev
- golang-github-go-viper-mapstructure-dev
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.
Other Packages Related to golang-github-hashicorp-go-multierror-dev
|
|
|
|
-
- dep: golang-github-hashicorp-errwrap-dev (>= 1.0.0~)
- Errwrap is a Go (golang) library for wrapping and querying errors
Download golang-github-hashicorp-go-multierror-dev
Architecture | Package Size | Installed Size | Files |
---|---|---|---|
all | 10.3 kB | 46.0 kB | [list of files] |