mirror of
https://github.com/octoleo/restic.git
synced 2024-11-15 17:47:21 +00:00
Correct comment
This commit is contained in:
parent
bef5c4acb8
commit
ea073f58cf
@ -1,5 +1,4 @@
|
|||||||
// Package backend provides local and remote storage for restic repositories.
|
// Package backend provides local and remote storage for restic repositories.
|
||||||
// All backends need to implement the Backend interface. There is a
|
// All backends need to implement the Backend interface. There is a MemBackend,
|
||||||
// MockBackend, which can be used for mocking in tests, and a MemBackend, which
|
// which stores all data in a map internally and can be used for testing.
|
||||||
// stores all data in a hash internally.
|
|
||||||
package backend
|
package backend
|
||||||
|
Loading…
Reference in New Issue
Block a user