type Errors … // Errors returns itself. func (es Errors) Errors() []error { … } func (es Errors) Error() string { … } type Error … func (e Error) Error() string { … }
type Errors … // Errors returns itself. func (es Errors) Errors() []error { … } func (es Errors) Error() string { … } type Error … func (e Error) Error() string { … }