aboutsummaryrefslogtreecommitdiff
path: root/object/blob.go
diff options
context:
space:
mode:
authorGravatar Runxi Yu2026-03-25 14:34:50 +0000
committerGravatar Runxi Yu2026-03-25 14:34:50 +0000
commite4a7aa0742f5070299d37e8421c99d67f0af3f90 (patch)
tree36d89781476a92e61280c5ff232a2773e4092c0e /object/blob.go
parent*: delta -> packfile/delta (diff)
signatureNo signature
*: object/store -> object/storer v0.1.107
Diffstat (limited to 'object/blob.go')
-rw-r--r--object/blob.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/object/blob.go b/object/blob.go
index 8f607074..1c827190 100644
--- a/object/blob.go
+++ b/object/blob.go
@@ -5,7 +5,7 @@ import objecttype "codeberg.org/lindenii/furgit/object/type"
// Blob represents a Git blob object.
//
// This Blob object is fully materialized in memory.
-// Consider using objectstore/Store.ReadReaderContent,
+// Consider using objectstorer/Store.ReadReaderContent,
// or appropriate streaming write APIs.
type Blob struct {
Data []byte