elliotchance/gedcom

View on GitHub
html/all_parent_buttons.go

Summary

Maintainability
A
0 mins
Test Coverage

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

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

exported function NewAllParentButtons should have comment or be unexported
Open

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

There are no issues that match your filters.

Category
Status