elliotchance/gedcom

First and Last need a more flexible parameter

Open

#91 aberto em 2 de set. de 2018

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

Métricas do repositório

Stars
 (123 stars)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

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

Guia do colaborador