elliotchance/gedcom

View on GitHub
html/diff_row.go

Summary

Maintainability
A
0 mins
Test Coverage

exported type DiffRow should have comment or be unexported
Open

type DiffRow struct {
Severity: Minor
Found in html/diff_row.go by golint

exported function NewDiffRow should have comment or be unexported
Open

func NewDiffRow(name string, nd *gedcom.NodeDiff, hideSame bool) *DiffRow {
Severity: Minor
Found in html/diff_row.go by golint

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

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

There are no issues that match your filters.

Category
Status