diff options
| author | 2026-03-30 12:24:49 +0000 | |
|---|---|---|
| committer | 2026-03-30 12:24:49 +0000 | |
| commit | 30bc08762a5aa33b9f47af304d51ef3878752b2f (patch) | |
| tree | 911aeade437eaf89d0c8a35d262bc69e7c560a69 /object/blob/blob.go | |
| parent | object/tree: Regular files and types (diff) | |
| signature | No signature | |
object/store: ReadingStore -> Reader
Diffstat (limited to 'object/blob/blob.go')
| -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 71c1f6f8..93856c51 100644 --- a/object/blob/blob.go +++ b/object/blob/blob.go @@ -5,7 +5,7 @@ package blob // // Blob is fully materialized in memory. // -// Consider using objectstore.ReadingStore.ReadReaderContent, +// Consider using objectstore.Reader.ReadReaderContent, // or appropriate streaming write APIs. // // Labels: MT-Unsafe. |
