elliotchance/gedcom

View on GitHub
html/core/components.go

Summary

Maintainability
A
0 mins
Test Coverage

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

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

exported function NewComponents should have comment or be unexported
Open

func NewComponents(items ...Component) *Components {
Severity: Minor
Found in html/core/components.go by golint

There are no issues that match your filters.

Category
Status