diff options
Diffstat (limited to 'storage/filesystem/storage.go')
-rw-r--r-- | storage/filesystem/storage.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/storage/filesystem/storage.go b/storage/filesystem/storage.go index c483218..a0cb0b1 100644 --- a/storage/filesystem/storage.go +++ b/storage/filesystem/storage.go @@ -1,3 +1,4 @@ +// Package filesystem is a storage backend base on filesystems package filesystem import ( |