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