Closed ldez closed 12 hours ago
The package cmp has been added in go1.21 + the usage of standard comparison values -> it allows the SortResults processor to be simplified.
cmp
SortResults
259 LOC to 148 LOC :tada: And a way less complex than before.
The package
cmp
has been added in go1.21 + the usage of standard comparison values -> it allows theSortResults
processor to be simplified.259 LOC to 148 LOC :tada: And a way less complex than before.