elliotchance/gedcom

View on GitHub
html/core/html.go

Summary

Maintainability
A
0 mins
Test Coverage

exported function NewHTML should have comment or be unexported
Open

func NewHTML(s string) *HTML {
Severity: Minor
Found in html/core/html.go by golint

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

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

exported type HTML should have comment or be unexported
Open

type HTML struct {
Severity: Minor
Found in html/core/html.go by golint

There are no issues that match your filters.

Category
Status