elliotchance/gedcom

View on GitHub
equal.go

Summary

Maintainability
A
35 mins
Test Coverage

Function DeepEqual has 5 return statements (exceeds 4 allowed).
Open

func DeepEqual(left, right Node) bool {
    if IsNil(left) {
        return false
    }

Severity: Major
Found in equal.go - About 35 mins to fix

    Your code does not pass gofmt in 1 place. Go fmt your code!
    Open

    package gedcom
    Severity: Minor
    Found in equal.go by gofmt

    There are no issues that match your filters.

    Category
    Status