mirror of https://github.com/restic/restic.git
7 lines
304 B
Go
7 lines
304 B
Go
// Package restic is the top level package for the restic backup program,
|
|
// please see https://github.com/restic/restic for more information.
|
|
//
|
|
// This package exposes the main components needed to create and restore a
|
|
// backup as well as handling things like a local cache of objects.
|
|
package restic
|