aboutsummaryrefslogtreecommitdiff
path: root/ref/store/doc.go
diff options
context:
space:
mode:
Diffstat (limited to 'ref/store/doc.go')
-rw-r--r--ref/store/doc.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/ref/store/doc.go b/ref/store/doc.go
index 3d6f3908..e022f55b 100644
--- a/ref/store/doc.go
+++ b/ref/store/doc.go
@@ -1,2 +1,6 @@
// Package refstore provides interfaces for reference storage backends.
+//
+// Concrete implementations generally inherit the contract documented by the
+// interfaces they satisfy. Implementation docs focus on additional guarantees
+// and implementation-specific behavior.
package refstore