Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Error ¶
type Error struct {
// contains filtered or unexported fields
}
Error abstracts out collecting errors in goroutines Makes it safe to add each new error in Append This doesn't implement the error interface so that it doesn't break the if err != nil paradigm in golang. To check if there's an error, call the Err() method and check if that's nil
Click to show internal directories.
Click to hide internal directories.