aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Runxi Yu2026-06-08 13:42:40 +0000
committerGravatar Runxi Yu2026-06-08 13:42:40 +0000
commit9ee5ad4a3cd813ea0cd50ce568e55f6887c64349 (patch)
tree4b42874614cc766b5c7cc05b4fc65fc4117066f3
parentobject/store/packed: Add stubs (diff)
signatureNo signature
object/fetch: Link to object/store properly
-rw-r--r--object/fetch/doc.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/object/fetch/doc.go b/object/fetch/doc.go
index b5c66f50..2ceda59c 100644
--- a/object/fetch/doc.go
+++ b/object/fetch/doc.go
@@ -1,7 +1,8 @@
// Package fetch loads typed Git objects from object storage
// and provides higher-level object queries.
//
-// Fetching is above [objectstore]:
+// Fetching is above
+// [lindenii.org/go/furgit/object/store]:
// it parses stored objects
// into blobs, trees, commits, and tags,
// exposes object metadata,