elliotchance/gedcom

View on GitHub
document_noder.go

Summary

Maintainability
A
0 mins
Test Coverage
package gedcom

type DocumentNoder interface {
    Document() *Document
}