elliotchance/gedcom

First and Last need a more flexible parameter

Open

#91 ouverte le 2 sept. 2018

Voir sur GitHub
 (0 commentaires) (0 réactions) (0 assignés)Go (25 forks)github user discovery
good first issuehelp wanted

Métriques du dépôt

Stars
 (123 stars)
Métriques de merge PR
 (Métriques PR en attente)

Description

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

Guide contributeur