https://github.com/efureev/go-multierror
https://github.com/efureev/go-multierror
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/efureev/go-multierror
- Owner: efureev
- License: mit
- Created: 2022-04-28T18:55:40.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-06-10T10:25:02.000Z (almost 3 years ago)
- Last Synced: 2025-01-15T09:02:48.131Z (3 months ago)
- Language: Go
- Size: 94.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README

[](https://goreportcard.com/report/github.com/efureev/go-multierror)
[](https://www.codacy.com/gh/efureev/go-multierror/dashboard?utm_source=github.com&utm_medium=referral&utm_content=efureev/go-multierror&utm_campaign=Badge_Grade)
[](https://codecov.io/gh/efureev/go-multierror)
[](https://codeclimate.com/github/efureev/go-multierror/maintainability)
[](https://codeclimate.com/github/efureev/go-multierror/test_coverage)
# Multi error`multierror` is a package for Go that provides a mechanism for representing a collection of error as a single error.
## Install
```bash
go get github.com/efureev/go-multierror
```