Go (golang) library which provides convenience functions for dealing with errors.
Example use case:
Merging a slice of potential errors into either nil
or a single concatenated error.
Created by Jay Taylor and used by Gigawatt.
- Go version 1.1 or newer
go test ./...
Permissive MIT license, see the LICENSE file for more information.
See also: