2
2
mirror of https://github.com/octoleo/restic.git synced 2024-11-15 17:47:21 +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. // 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