aboutsummaryrefslogtreecommitdiffstats
path: root/storage
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
parent2ca4ab90ec5d4c430ac891a4edd5014d7043d539 (diff)
downloadgo-git-ad9456267524e08efcf4486cadfb6cef8d182677.tar.gz
doc packages
Diffstat (limited to 'storage')
-rw-r--r--storage/filesystem/storage.go1
-rw-r--r--storage/memory/storage.go1
2 files changed, 2 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 (
diff --git a/storage/memory/storage.go b/storage/memory/storage.go
index fa34c4d..c8a152d 100644
--- a/storage/memory/storage.go
+++ b/storage/memory/storage.go
@@ -1,3 +1,4 @@
+// Package memory is a storage backend base on memory
package memory
import (