elliotchance/gedcom

View on GitHub
html/core/nav_pills_row.go

Summary

Maintainability
A
0 mins
Test Coverage

exported type NavPillsRow should have comment or be unexported
Open

type NavPillsRow struct {
Severity: Minor
Found in html/core/nav_pills_row.go by golint

exported function NewNavPillsRow should have comment or be unexported
Open

func NewNavPillsRow(links []Component) *NavPillsRow {
Severity: Minor
Found in html/core/nav_pills_row.go by golint

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

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

There are no issues that match your filters.

Category
Status