elliotchance/gedcom

First and Last need a more flexible parameter

Open

#91 geöffnet am 2. Sept. 2018

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Go (25 Forks)github user discovery
good first issuehelp wanted

Repository-Metriken

Stars
 (123 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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

Contributor Guide