mirror of
https://github.com/octoleo/restic.git
synced 2024-11-02 11:46:36 +00:00
6 lines
230 B
Go
6 lines
230 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 objects that are handled in restic.
|
|
package restic
|