From ad9456267524e08efcf4486cadfb6cef8d182677 Mon Sep 17 00:00:00 2001 From: Máximo Cuadros Date: Thu, 1 Sep 2016 01:31:58 +0200 Subject: doc packages --- storage/filesystem/storage.go | 1 + 1 file changed, 1 insertion(+) (limited to 'storage/filesystem') 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 ( -- cgit