added missing package doc files

This commit is contained in:
Jarek Kowalski
2016-06-13 20:35:22 -07:00
parent 75f0fd9189
commit 73ab29fcef
3 changed files with 5 additions and 0 deletions

2
backup/doc.go Normal file
View File

@@ -0,0 +1,2 @@
// Package backup implements backup engine for files and directories.
package backup

View File

@@ -1 +1,2 @@
// Package vault implements vault for securely storing object IDs and other sensitive data protected with a password or a key.
package vault

2
vfs/doc.go Normal file
View File

@@ -0,0 +1,2 @@
// Package vfs implements FUSE filesystem interface based on files and directories stored in a repository.
package vfs