2
2
mirror of https://github.com/octoleo/restic.git synced 2024-05-28 22:50:48 +00:00
restic/internal/backend/doc.go
Alexander Neumann 83d1a46526 Moves files
2017-07-23 14:19:13 +02:00

5 lines
248 B
Go

// Package backend provides local and remote storage for restic repositories.
// 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