2
2
mirror of https://github.com/octoleo/restic.git synced 2025-01-22 14:48:24 +00:00
restic/internal
greatroar 63bed34608 restic: Clean up restic.IDs type
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.
2022-12-03 12:38:20 +01:00
..
2022-12-03 12:13:54 +01:00
2022-07-17 13:42:23 +02:00
2022-10-14 14:06:47 +02:00
2022-12-03 12:38:20 +01:00