elliotchance/gedcom

View on GitHub
html/core/text.go

Summary

Maintainability
A
0 mins
Test Coverage

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

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

exported function NewText should have comment or be unexported
Open

func NewText(s string) *Text {
Severity: Minor
Found in html/core/text.go by golint

There are no issues that match your filters.

Category
Status