aboutsummaryrefslogtreecommitdiff
path: root/refstore/reftable/store.go
diff options
context:
space:
mode:
authorGravatar Runxi Yu2026-02-21 13:05:11 +0800
committerGravatar Runxi Yu2026-02-21 13:05:11 +0800
commit86a9cc87c9d3c42035b6c526ec918c391024424d (patch)
treef40faa69f0c045a24553d8b7a4e2e2fb4df2a3a9 /refstore/reftable/store.go
parentLICENSE: Add AGPL-3.0 (diff)
signatureNo signature
*: Update doc-comments v0.1.13
Diffstat (limited to 'refstore/reftable/store.go')
-rw-r--r--refstore/reftable/store.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/refstore/reftable/store.go b/refstore/reftable/store.go
index df874c69..ac730a4b 100644
--- a/refstore/reftable/store.go
+++ b/refstore/reftable/store.go
@@ -1,5 +1,4 @@
-// Package reftable provides read access to Git reftable reference storage.
-// This store is experimental, has many issues, and should not be used in any serious capacity for now.
+// Package reftable provides an experimental reftable backend.
package reftable
import (