The highest tagged major version is
v2.
package
Version:
v1.8.5
Opens a new window with list of versions in this module.
Published: Apr 19, 2021
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type ErrorList struct {
}
ErrorList is a simple error aggregator to return multiple errors as one.
NewErrorList returns an empty *ErrorList
Add appends an error to the error list if the it not nil
Err returns whether or not an error list is an error.
Error satisfies the error interface.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.