elliotchance/gedcom

View on GitHub
warner.go

Summary

Maintainability
A
0 mins
Test Coverage
package gedcom

type Warner interface {
    Warnings() Warnings
}