2
2
mirror of https://github.com/octoleo/restic.git synced 2024-09-27 14:09:01 +00:00

Correct comment

This commit is contained in:
Alexander Neumann 2016-09-04 13:08:05 +02:00
parent bef5c4acb8
commit ea073f58cf

View File

@ -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