diff options
| author | 2026-03-27 09:08:40 +0000 | |
|---|---|---|
| committer | 2026-03-27 09:08:40 +0000 | |
| commit | d7e90798170265b37ea5f980f94ca310cfda3180 (patch) | |
| tree | 89921ca5cb6dd5aaefa3c0ae72352381261cb1e6 /object/blob | |
| parent | CONTRIBUTING: Fix submitting changes deadlines (diff) | |
| signature | No signature | |
object/store: Rename from object/storer
Diffstat (limited to 'object/blob')
| -rw-r--r-- | object/blob/blob.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/object/blob/blob.go b/object/blob/blob.go index 977121fb..4ec98fb0 100644 --- a/object/blob/blob.go +++ b/object/blob/blob.go @@ -4,7 +4,7 @@ package blob // Blob represents a Git blob object. // // This Blob object is fully materialized in memory. -// Consider using objectstorer/Store.ReadReaderContent, +// Consider using objectstore/Store.ReadReaderContent, // or appropriate streaming write APIs. type Blob struct { Data []byte |
