An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 8.2% on proxy.golang.org
Top 7.0% dependent packages on proxy.golang.org

proxy.golang.org : github.com/andreyvit/multierr

Package multierr provides an idiomatic Append function for errors, allowing to combine multiple errors into one. Basically the whole API is: Among other use cases, this is especially useful in failable deferred funcs to avoid silently ignoring cleanup errors: Unlike many other multierror packages, this one does not even expose its multierror type, and will only use it when you actually end up with more than a single error to return. The returned multierror type supports errors.Is and errors.As by delegating to each of the suberrors it contains.

Registry - Source - Documentation - JSON
purl: pkg:golang/github.com/andreyvit/multierr
License: MIT
Latest release: about 4 years ago
First release: about 4 years ago
Namespace: github.com/andreyvit
Dependent packages: 1
Stars: 2 on GitHub
Forks: 0 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 11 days ago

    Loading...
    Readme
    Loading...