mirror of
https://github.com/kopia/kopia.git
synced 2026-02-18 15:05:46 -05:00
added missing package doc files
This commit is contained in:
2
backup/doc.go
Normal file
2
backup/doc.go
Normal file
@@ -0,0 +1,2 @@
|
||||
// Package backup implements backup engine for files and directories.
|
||||
package backup
|
||||
@@ -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
2
vfs/doc.go
Normal file
@@ -0,0 +1,2 @@
|
||||
// Package vfs implements FUSE filesystem interface based on files and directories stored in a repository.
|
||||
package vfs
|
||||
Reference in New Issue
Block a user