html/individual_statistics.go
exported type IndividualStatistics should have comment or be unexported Open
Open
type IndividualStatistics struct {
- Exclude checks
should replace total += 1 with total++ Open
Open
total += 1
- Exclude checks
should replace living += 1 with living++ Open
Open
living += 1
- Exclude checks
exported method IndividualStatistics.WriteHTMLTo should have comment or be unexported Open
Open
func (c *IndividualStatistics) WriteHTMLTo(w io.Writer) (int64, error) {
- Exclude checks
exported function NewIndividualStatistics should have comment or be unexported Open
Open
func NewIndividualStatistics(document *gedcom.Document, visibility LivingVisibility) *IndividualStatistics {
- Exclude checks