elliotchance/gedcom

View on GitHub
html/individual_additional_names.go

Summary

Maintainability
A
0 mins
Test Coverage

exported function NewIndividualAdditionalNames should have comment or be unexported
Open

func NewIndividualAdditionalNames(individual *gedcom.IndividualNode) *IndividualAdditionalNames {
Severity: Minor
Found in html/individual_additional_names.go by golint

exported method IndividualAdditionalNames.WriteHTMLTo should have comment or be unexported
Open

func (c *IndividualAdditionalNames) WriteHTMLTo(w io.Writer) (int64, error) {
Severity: Minor
Found in html/individual_additional_names.go by golint

There are no issues that match your filters.

Category
Status