diff options
| author | 2025-11-16 00:00:00 +0000 | |
|---|---|---|
| committer | 2025-11-16 00:00:00 +0000 | |
| commit | 43c25d457becb64ed2f76fbe2935475056a1081a (patch) | |
| tree | d2cda5f0912ee3cd733aeda626096bd64115eabb /headers.go | |
| parent | Separate stored object types from types that the user is expected to construct. (diff) | |
| signature | ||
Documentation overhaul
Diffstat (limited to 'headers.go')
| -rw-r--r-- | headers.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,5 +1,6 @@ package furgit +// ExtraHeader represents an extra header in a Git object. type ExtraHeader struct { Key string Value []byte |
