forked from TrueCloudLab/restic
5 lines
230 B
Go
5 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
|