elliotchance/gedcom

First and Last need a more flexible parameter

Open

#91 opened on Sep 2, 2018

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Go (25 forks)github user discovery
good first issuehelp wanted

Repository metrics

Stars
 (123 stars)
PR merge metrics
 (PR metrics pending)

Description

First and Last take []Node which is not compatible with things like []*DateNode. It should take an interface{} instead.

Contributor guide