aboutsummaryrefslogtreecommitdiff
path: root/ref
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 /ref
parentLICENSE: Add AGPL-3.0 (diff)
signatureNo signature
*: Update doc-comments v0.1.13
Diffstat (limited to 'ref')
-rw-r--r--ref/ref.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/ref/ref.go b/ref/ref.go
index 28b90ae6..3752d1e3 100644
--- a/ref/ref.go
+++ b/ref/ref.go
@@ -1,4 +1,4 @@
-// Package ref provides Git reference models.
+// Package ref provides general, detached, and symbolic references.
package ref
import "codeberg.org/lindenii/furgit/objectid"