elliotchance/gedcom

View on GitHub
html/core/div.go

Summary

Maintainability
A
0 mins
Test Coverage

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

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

exported function NewDiv should have comment or be unexported
Open

func NewDiv(class string, body Component) *Div {
Severity: Minor
Found in html/core/div.go by golint

There are no issues that match your filters.

Category
Status