diff options
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 } |
