elliotchance/gedcom

View on GitHub
html/core/column.go

Summary

Maintainability
A
0 mins
Test Coverage

exported function NewColumn should have comment or be unexported
Open

func NewColumn(width int, body Component) *Column {
Severity: Minor
Found in html/core/column.go by golint

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

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

There are no issues that match your filters.

Category
Status