diff options
| author | 2026-06-08 13:42:40 +0000 | |
|---|---|---|
| committer | 2026-06-08 13:42:40 +0000 | |
| commit | 9ee5ad4a3cd813ea0cd50ce568e55f6887c64349 (patch) | |
| tree | 4b42874614cc766b5c7cc05b4fc65fc4117066f3 | |
| parent | object/store/packed: Add stubs (diff) | |
| signature | No signature | |
object/fetch: Link to object/store properly
| -rw-r--r-- | object/fetch/doc.go | 3 |
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, |
