diff options
| author | 2026-01-30 10:17:51 +0100 | |
|---|---|---|
| committer | 2026-01-30 10:17:51 +0100 | |
| commit | 4888b2794025ee47813a9b59973e08efc40226de (patch) | |
| tree | ae5dddfb0e081b5d3e4c79d354621ee8d33cb78d /obj_blob.go | |
| parent | tree: Remove implementation-detail documentation (diff) | |
| signature | No signature | |
blob: Add field documentation v0.1.6
Diffstat (limited to 'obj_blob.go')
| -rw-r--r-- | obj_blob.go | 1 |
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 } |
