elliotchance/gedcom

View on GitHub
html/core/span.go

Summary

Maintainability
A
0 mins
Test Coverage

exported function NewSpan should have comment or be unexported
Open

func NewSpan(class string, value Component) *Span {
Severity: Minor
Found in html/core/span.go by golint

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

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

exported type Span should have comment or be unexported
Open

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

There are no issues that match your filters.

Category
Status