Correct comment
This commit is contained in:
parent
bef5c4acb8
commit
ea073f58cf
1 changed files with 2 additions and 3 deletions
|
@ -1,5 +1,4 @@
|
|||
// Package backend provides local and remote storage for restic repositories.
|
||||
// All backends need to implement the Backend interface. There is a
|
||||
// MockBackend, which can be used for mocking in tests, and a MemBackend, which
|
||||
// stores all data in a hash internally.
|
||||
// All backends need to implement the Backend interface. There is a MemBackend,
|
||||
// which stores all data in a map internally and can be used for testing.
|
||||
package backend
|
||||
|
|
Loading…
Reference in a new issue