1
0
Fork 0
mirror of https://github.com/restic/restic.git synced 2025-01-31 19:51:26 +00:00
restic/checker
Alexander Neumann 8b7bf8691d backend: Remove Get()
This is the first commit that removes the (redundant) Get() method of
the backend interface. Get(x, y) is equivalent to GetReader(x, y, 0, 0).
2016-01-23 13:13:05 +01:00
..
testdata
checker.go backend: Remove Get() 2016-01-23 13:13:05 +01:00
checker_test.go backend: Remove Get() 2016-01-23 13:13:05 +01:00
repacker.go Allow saving duplicate blobs in the repacker 2016-01-17 21:14:55 +01:00
repacker_test.go Finalize repacker 2015-11-02 19:28:30 +01:00