aboutsummaryrefslogtreecommitdiff
path: root/obj_blob.go
diff options
context:
space:
mode:
authorGravatar Runxi Yu2026-01-30 10:17:51 +0100
committerGravatar Runxi Yu2026-01-30 10:17:51 +0100
commit4888b2794025ee47813a9b59973e08efc40226de (patch)
treeae5dddfb0e081b5d3e4c79d354621ee8d33cb78d /obj_blob.go
parenttree: Remove implementation-detail documentation (diff)
signatureNo signature
blob: Add field documentation v0.1.6
Diffstat (limited to 'obj_blob.go')
-rw-r--r--obj_blob.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/obj_blob.go b/obj_blob.go
index 05fd5311..70115e6a 100644
--- a/obj_blob.go
+++ b/obj_blob.go
@@ -2,6 +2,7 @@ package furgit
// Blob represents a Git blob object.
type Blob struct {
+ // Data represents the payload content of the blob.
Data []byte
}