elliotchance/gedcom

View on GitHub
html/core/table_row.go

Summary

Maintainability
A
0 mins
Test Coverage

exported function NewTableRow should have comment or be unexported
Open

func NewTableRow(cells ...Component) *TableRow {
Severity: Minor
Found in html/core/table_row.go by golint

exported type TableRow should have comment or be unexported
Open

type TableRow struct {
Severity: Minor
Found in html/core/table_row.go by golint

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

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

There are no issues that match your filters.

Category
Status