errors.go
exported method Errors.Err should have comment or be unexported Open
Open
func (e Errors) Err() error {
- Exclude checks
exported method Errors.Errors should have comment or be unexported Open
Open
func (e Errors) Errors() (errors []string) {
- Exclude checks
exported function NewErrors should have comment or be unexported Open
Open
func NewErrors(errors ...error) (errs Errors) {
- Exclude checks
exported type Errors should have comment or be unexported Open
Open
type Errors []error
- Exclude checks