elliotchance/gedcom

View on GitHub
html/core/nav_link.go

Summary

Maintainability
A
0 mins
Test Coverage

exported type NavLink should have comment or be unexported
Open

type NavLink struct {
Severity: Minor
Found in html/core/nav_link.go by golint

exported function NewNavLink should have comment or be unexported
Open

func NewNavLink(text, link string, isSelected bool) *NavLink {
Severity: Minor
Found in html/core/nav_link.go by golint

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

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

There are no issues that match your filters.

Category
Status