html/statistics_page.go
Function NewStatisticsPage
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
func NewStatisticsPage(document *gedcom.Document, googleAnalyticsID string, options *PublishShowOptions, indexLetters []rune, placesMap map[string]*place) *StatisticsPage {
exported type StatisticsPage should have comment or be unexported Open
Open
type StatisticsPage struct {
- Exclude checks
exported function NewStatisticsPage should have comment or be unexported Open
Open
func NewStatisticsPage(document *gedcom.Document, googleAnalyticsID string, options *PublishShowOptions, indexLetters []rune, placesMap map[string]*place) *StatisticsPage {
- Exclude checks
exported method StatisticsPage.WriteHTMLTo should have comment or be unexported Open
Open
func (c *StatisticsPage) WriteHTMLTo(w io.Writer) (int64, error) {
- Exclude checks