html/individual_event.go
Function NewIndividualEvent
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
func NewIndividualEvent(date, place string, description core.Component, individual *gedcom.IndividualNode, event gedcom.Node, placesMap map[string]*place) *IndividualEvent {
exported function NewIndividualEvent should have comment or be unexported Open
Open
func NewIndividualEvent(date, place string, description core.Component, individual *gedcom.IndividualNode, event gedcom.Node, placesMap map[string]*place) *IndividualEvent {
- Exclude checks
exported method IndividualEvent.WriteHTMLTo should have comment or be unexported Open
Open
func (c *IndividualEvent) WriteHTMLTo(w io.Writer) (int64, error) {
- Exclude checks