mirror of
https://github.com/Open-Argon/argon-v3.git
synced 2025-12-06 08:56:07 +00:00
try fix bug
This commit is contained in:
@@ -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))
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user