restic/internal/restorer
Michael Eischer efbb850d92 Remove a few redundant type specifiers
This is the result of running `gofmt -s -w **/*.go`
2020-10-06 14:55:13 +02:00
..
doc.go
filerestorer.go restorer: pre-allocate files before loading chunks 2020-09-07 21:41:47 +02:00
filerestorer_test.go Remove a few redundant type specifiers 2020-10-06 14:55:13 +02:00
fileswriter.go Upgrade cespare/xxhash to 2.1.1 2020-10-05 17:25:39 +02:00
fileswriter_test.go restorer: pre-allocate files before loading chunks 2020-09-07 21:41:47 +02:00
preallocate_darwin.go restorer: pre-allocate files before loading chunks 2020-09-07 21:41:47 +02:00
preallocate_linux.go restorer: pre-allocate files before loading chunks 2020-09-07 21:41:47 +02:00
preallocate_other.go restorer: pre-allocate files before loading chunks 2020-09-07 21:41:47 +02:00
preallocate_test.go Add preallocate tests 2020-09-07 21:41:47 +02:00
restorer.go restorer: pre-allocate files before loading chunks 2020-09-07 21:41:47 +02:00
restorer_test.go Move internal/fs.TestChdir to internal/test.Chdir 2020-09-17 10:43:33 +02:00
restorer_unix_test.go