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