elliotchance/gedcom

View on GitHub
name_type.go

Summary

Maintainability
A
0 mins
Test Coverage

exported const NameTypeNormal should have comment (or a comment on this block) or be unexported
Open

    NameTypeNormal      = NameType("")
Severity: Minor
Found in name_type.go by golint

exported type NameType should have comment or be unexported
Open

type NameType string
Severity: Minor
Found in name_type.go by golint

There are no issues that match your filters.

Category
Status