elliotchance/gedcom

View on GitHub
html/core/number.go

Summary

Maintainability
A
0 mins
Test Coverage

exported type Number should have comment or be unexported
Open

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

exported function NewNumber should have comment or be unexported
Open

func NewNumber(value int) *Number {
Severity: Minor
Found in html/core/number.go by golint

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

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

There are no issues that match your filters.

Category
Status