manyerrors

package module
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 24, 2015 License: MIT Imports: 1 Imported by: 2

README

go-manyerrors

A Go library that provides an error type that contains a list of errors.

Documention

Online documentation, which includes examples, can be found at: http://godoc.org/github.com/reiver/go-manyerrors

GoDoc

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Errors

type Errors interface {
	Error() string
	Errors() []error
}

func New

func New(errors ...error) Errors

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL