elliotchance/gedcom

View on GitHub
html/core/lines.go

Summary

Maintainability
A
0 mins
Test Coverage

exported function NewLines should have comment or be unexported
Open

func NewLines(lines ...Component) *Lines {
Severity: Minor
Found in html/core/lines.go by golint

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

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

exported type Lines should have comment or be unexported
Open

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

There are no issues that match your filters.

Category
Status