elliotchance/gedcom

View on GitHub
html/core/table.go

Summary

Maintainability
A
0 mins
Test Coverage

exported function NewTable should have comment or be unexported
Open

func NewTable(tableClass string, content ...Component) *Table {
Severity: Minor
Found in html/core/table.go by golint

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

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

There are no issues that match your filters.

Category
Status