From 4888b2794025ee47813a9b59973e08efc40226de Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Fri, 30 Jan 2026 10:17:51 +0100 Subject: blob: Add field documentation --- obj_blob.go | 1 + 1 file changed, 1 insertion(+) 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 } -- cgit v1.3.1-10-gc9f91