elliotchance/gedcom

View on GitHub
html/surname_index.go

Summary

Maintainability
A
0 mins
Test Coverage

exported function NewSurnameIndex should have comment or be unexported
Open

func NewSurnameIndex(document *gedcom.Document, selectedLetter rune, visibility LivingVisibility) *SurnameIndex {
Severity: Minor
Found in html/surname_index.go by golint

exported type SurnameIndex should have comment or be unexported
Open

type SurnameIndex struct {
Severity: Minor
Found in html/surname_index.go by golint

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

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

There are no issues that match your filters.

Category
Status