Pakket: golang-github-hashicorp-go-multierror-dev (1.1.0-1)
Verwijzigingen voor golang-github-hashicorp-go-multierror-dev
Debian bronnen:
Het bronpakket golang-github-hashicorp-go-multierror downloaden:
- [golang-github-hashicorp-go-multierror_1.1.0-1.dsc]
- [golang-github-hashicorp-go-multierror_1.1.0.orig.tar.gz]
- [golang-github-hashicorp-go-multierror_1.1.0-1.debian.tar.xz]
Beheerders:
- Debian Go Packaging Team (QA-pagina)
- Tianon Gravi (QA-pagina)
- Tim Potter (QA-pagina)
- Anthony Fok (QA-pagina)
Externe bronnen:
- Homepage [github.com]
Vergelijkbare pakketten:
- 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.
Andere aan golang-github-hashicorp-go-multierror-dev gerelateerde pakketten
|
|
|
|
-
- dep: golang-github-hashicorp-errwrap-dev (>= 1.0.0~)
- Errwrap is a Go (golang) library for wrapping and querying errors