elliotchance/gedcom

View on GitHub
errors.go

Summary

Maintainability
A
0 mins
Test Coverage

exported method Errors.Err should have comment or be unexported
Open

func (e Errors) Err() error {
Severity: Minor
Found in errors.go by golint

exported function NewErrors should have comment or be unexported
Open

func NewErrors(errors ...error) (errs Errors) {
Severity: Minor
Found in errors.go by golint

exported method Errors.Errors should have comment or be unexported
Open

func (e Errors) Errors() (errors []string) {
Severity: Minor
Found in errors.go by golint

exported type Errors should have comment or be unexported
Open

type Errors []error
Severity: Minor
Found in errors.go by golint

There are no issues that match your filters.

Category
Status