try fix bug

This commit is contained in:
2023-07-30 01:08:59 +02:00
parent c6f13ce7a2
commit 83346521bc

View File

@@ -76,5 +76,6 @@ func compare(a, b any) (bool, error) {
return y < x, nil return y < x, nil
} }
} }
fmt.Println(a, b)
return false, fmt.Errorf("cannot compare %s to %s", typeof(a), typeof(b)) return false, fmt.Errorf("cannot compare %s to %s", typeof(a), typeof(b))
} }