elliotchance/gedcom

View on GitHub
html/core/row.go

Summary

Maintainability
A
0 mins
Test Coverage

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

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

exported const QuarterRow should have comment (or a comment on this block) or be unexported
Open

    QuarterRow = 3
Severity: Minor
Found in html/core/row.go by golint

exported function NewRow should have comment or be unexported
Open

func NewRow(columns ...*Column) *Row {
Severity: Minor
Found in html/core/row.go by golint

There are no issues that match your filters.

Category
Status