Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/efureev/go-multierror


https://github.com/efureev/go-multierror

Last synced: about 7 hours ago
JSON representation

Awesome Lists containing this project

README

        

![Go package](https://github.com/efureev/go-multierror/workflows/Go%20package/badge.svg?branch=master)
[![Go Report Card](https://goreportcard.com/badge/github.com/efureev/go-multierror)](https://goreportcard.com/report/github.com/efureev/go-multierror)
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/2dffa6f2b7864c22b55f217567a04de7)](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)
[![codecov](https://codecov.io/gh/efureev/go-multierror/branch/main/graph/badge.svg?token=3tWq5TZnhK)](https://codecov.io/gh/efureev/go-multierror)
[![Maintainability](https://api.codeclimate.com/v1/badges/c681d43d44fdde8ed41c/maintainability)](https://codeclimate.com/github/efureev/go-multierror/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/c681d43d44fdde8ed41c/test_coverage)](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
```