mirror of
https://github.com/restic/restic.git
synced 2026-07-11 01:35:08 +00:00
63bed34608
IDs.Less can be rewritten as string(list[i][:]) < string(list[j][:]) Note that this does not copy the ID's. The Uniq method was no longer used. The String method has been reimplemented without first copying into a separate slice of a custom type.