aboutsummaryrefslogtreecommitdiff
path: root/objectstore/chain/chain.go
diff options
context:
space:
mode:
Diffstat (limited to 'objectstore/chain/chain.go')
-rw-r--r--objectstore/chain/chain.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/objectstore/chain/chain.go b/objectstore/chain/chain.go
index 2f90d822..3d683c0d 100644
--- a/objectstore/chain/chain.go
+++ b/objectstore/chain/chain.go
@@ -1,4 +1,5 @@
-// Package chain provides an ordered object database chain implementation.
+// Package chain provides a wrapper object storage backend to query a chain of
+// backends.
package chain
import (