aboutsummaryrefslogtreecommitdiffstats
path: root/storage/filesystem/storage.go
diff options
context:
space:
mode:
authorMáximo Cuadros <mcuadros@gmail.com>2016-09-01 01:31:58 +0200
committerMáximo Cuadros <mcuadros@gmail.com>2016-09-01 01:31:58 +0200
commitad9456267524e08efcf4486cadfb6cef8d182677 (patch)
tree75ef4e32832eb1442b788ba85ca5df0d16dd8f3f /storage/filesystem/storage.go
parent2ca4ab90ec5d4c430ac891a4edd5014d7043d539 (diff)
downloadgo-git-ad9456267524e08efcf4486cadfb6cef8d182677.tar.gz
doc packages
Diffstat (limited to 'storage/filesystem/storage.go')
-rw-r--r--storage/filesystem/storage.go1
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 (