mirror of
https://github.com/octoleo/restic.git
synced 2025-01-22 22:58:26 +00:00
0d4f16b6ba
Since the fileInfos are returned in a []interface, they're already allocated on the heap. Making them pointers explicitly means the compiler doesn't need to generate fileInfo and *fileInfo versions of the methods on this type. The binary becomes about 7KiB smaller on Linux/amd64.