feat(tdutil): add new function CmpValuesFunc for slices.SortFunc by maxatome · Pull Request #274 · maxatome/go-testdeep
Navigation Menu
{{ message }}
maxatome / go-testdeep Public
- Notifications You must be signed in to change notification settings
- Fork 17
Comments
Merged
feat(tdutil): add new function CmpValuesFunc for slices.SortFunc#274
feat(tdutil): add new function CmpValuesFunc for slices.SortFunc#274
Conversation
Copy link
Owner
maxatome
commented
Aug 11, 2025
maxatome
commented
vals := []reflect.Value{…}
slices.SortFunc(vals, tdutil.CmpValuesFunc())
Copy link
vals := []reflect.Value{…}
slices.SortFunc(vals, tdutil.CmpValuesFunc())
Signed-off-by: Maxime Soulé <btik-git@scoubidou.com>
maxatome
force-pushed
the
sort-stuff
branch
from
cc87966 to
f8cf121
Compare
maxatome
deleted the
sort-stuff
branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment