elliotchance/gedcom

View on GitHub
html/surname_link.go

Summary

Maintainability
A
0 mins
Test Coverage

exported function NewSurnameLink should have comment or be unexported
Open

func NewSurnameLink(surname string) *SurnameLink {
Severity: Minor
Found in html/surname_link.go by golint

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

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

exported type SurnameLink should have comment or be unexported
Open

type SurnameLink struct {
Severity: Minor
Found in html/surname_link.go by golint

There are no issues that match your filters.

Category
Status