ref: 0b1516e5228126f4a51001bae7ed45ea0f797fcd
dir: /headers.go/
package furgit
// ExtraHeader represents an extra header in a Git object.
type ExtraHeader struct {
// Key represents the header key.
Key string
// Value represents the header value.
Value []byte
}