elliotchance/gedcom

View on GitHub
html/age.go

Summary

Maintainability
A
0 mins
Test Coverage

exported type Age should have comment or be unexported
Open

type Age struct {
Severity: Minor
Found in html/age.go by golint

exported function NewAge should have comment or be unexported
Open

func NewAge(start, end gedcom.Age) *Age {
Severity: Minor
Found in html/age.go by golint

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

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

There are no issues that match your filters.

Category
Status