aboutsummaryrefslogtreecommitdiff
path: root/headers.go
diff options
context:
space:
mode:
authorGravatar Runxi Yu2025-11-16 00:00:00 +0000
committerGravatar Runxi Yu2025-11-16 00:00:00 +0000
commit503f2f1bbc69be553d04c621c7ec33931cc1f57d (patch)
tree289b2ea2dc589d6ce7efc3e44966eabb6739d3f2 /headers.go
parentREADME: benmarking -> test (diff)
signature
Add a little bit more of documentation
Diffstat (limited to 'headers.go')
-rw-r--r--headers.go4
1 files changed, 3 insertions, 1 deletions
diff --git a/headers.go b/headers.go
index 9ee5cc61..5a8b46eb 100644
--- a/headers.go
+++ b/headers.go
@@ -2,6 +2,8 @@ package furgit
// ExtraHeader represents an extra header in a Git object.
type ExtraHeader struct {
- Key string
+ // Key represents the header key.
+ Key string
+ // Value represents the header value.
Value []byte
}