2
2
mirror of https://github.com/octoleo/restic.git synced 2025-02-08 06:38:25 +00:00
greatroar 0d4f16b6ba Return s3.fileInfos by pointer
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.
2021-06-07 19:48:43 +02:00
..
2021-01-30 20:43:53 +01:00
2021-06-07 19:48:43 +02:00
2017-07-23 14:19:13 +02:00
2018-03-03 15:49:44 +01:00
2021-01-30 20:19:47 +01:00
2017-07-23 14:19:13 +02:00
2020-12-29 01:35:01 +01:00
2021-01-30 20:02:37 +01:00
2020-12-29 01:35:01 +01:00
2021-01-31 02:44:30 +01:00
2017-07-23 14:19:13 +02:00
2020-09-05 10:07:16 +02:00
2018-04-01 10:16:31 +02:00
2018-04-01 10:16:31 +02:00
2021-01-30 20:19:47 +01:00