Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type List ¶
type List struct {
// contains filtered or unexported fields
}
func (*List) Append ¶
Append a single error to the list
use Append to continue after an error up to a number of continuable errors.
Return false when list is full. Panics if error wraps multiple errors. Use Extend() to append joined errors.
Click to show internal directories.
Click to hide internal directories.