q/gedcom_formatter.go
Method GEDCOMFormatter.Write
has 5 return statements (exceeds 4 allowed). Open
Open
func (f *GEDCOMFormatter) Write(result interface{}) error {
// Nil should be treated as a blank document.
if gedcom.IsNil(result) {
return nil
}
exported type GEDCOMFormatter should have comment or be unexported Open
Open
type GEDCOMFormatter struct {
- Exclude checks