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