elliotchance/gedcom

View on GitHub
html/core/nav_pills.go

Summary

Maintainability
A
0 mins
Test Coverage

exported function NewNavPills should have comment or be unexported
Open

func NewNavPills(links []Component) *NavPills {
Severity: Minor
Found in html/core/nav_pills.go by golint

exported type NavPills should have comment or be unexported
Open

type NavPills struct {
Severity: Minor
Found in html/core/nav_pills.go by golint

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

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

There are no issues that match your filters.

Category
Status