elliotchance/gedcom

View on GitHub
html/individual_link.go

Summary

Maintainability
A
0 mins
Test Coverage

exported function NewIndividualLink should have comment or be unexported
Open

func NewIndividualLink(document *gedcom.Document, individual *gedcom.IndividualNode, visibility LivingVisibility, placesMap map[string]*place) *IndividualLink {
Severity: Minor
Found in html/individual_link.go by golint

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

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

There are no issues that match your filters.

Category
Status