elliotchance/gedcom

View on GitHub
html/core/keyed_table_row.go

Summary

Maintainability
A
0 mins
Test Coverage

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

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

exported function NewKeyedTableRow should have comment or be unexported
Open

func NewKeyedTableRow(title string, value Component, visible bool) *KeyedTableRow {
Severity: Minor
Found in html/core/keyed_table_row.go by golint

There are no issues that match your filters.

Category
Status