diff options
| author | 2025-11-16 00:00:00 +0000 | |
|---|---|---|
| committer | 2025-11-16 00:00:00 +0000 | |
| commit | 503f2f1bbc69be553d04c621c7ec33931cc1f57d (patch) | |
| tree | 289b2ea2dc589d6ce7efc3e44966eabb6739d3f2 /headers.go | |
| parent | README: benmarking -> test (diff) | |
| signature | ||
Add a little bit more of documentation
Diffstat (limited to 'headers.go')
| -rw-r--r-- | headers.go | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 } |
