From 87206769c9f09626232922c28bebb3e9ea78dc02 Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Sat, 9 May 2015 12:52:46 +0200 Subject: [PATCH] Add minimal documentatation to restic package --- doc.go | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 doc.go diff --git a/doc.go b/doc.go new file mode 100644 index 000000000..358dca240 --- /dev/null +++ b/doc.go @@ -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