elliotchance/gedcom

View on GitHub
html/source_statistics.go

Summary

Maintainability
A
0 mins
Test Coverage

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

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

exported function NewSourceStatistics should have comment or be unexported
Open

func NewSourceStatistics(document *gedcom.Document) *SourceStatistics {
Severity: Minor
Found in html/source_statistics.go by golint

exported type SourceStatistics should have comment or be unexported
Open

type SourceStatistics struct {
Severity: Minor
Found in html/source_statistics.go by golint

There are no issues that match your filters.

Category
Status