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