ref: 8e320c9ca634e6b2431f9442b7d5191864735ae4
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
}