added missing package doc files

This commit is contained in:
Jarek Kowalski committed 2016-06-13 20:35:22 -07:00
1 parent 75f0fd9189
commit 73ab29fcef
3 files changed
+5

No files matched your search

+2
View File
@@ -0,0 +1,2 @@
// Package backup implements backup engine for files and directories.
package backup
+1
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
View File
@@ -0,0 +1,2 @@
// Package vfs implements FUSE filesystem interface based on files and directories stored in a repository.
package vfs