Add minimal documentatation to restic package

This commit is contained in:
Alexander Neumann 2015-05-09 12:52:46 +02:00
parent 985af03738
commit 87206769c9
1 changed files with 6 additions and 0 deletions

6
doc.go Normal file
View File

@ -0,0 +1,6 @@
// 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