ref: d65577ac3b55f3a52d1a507f3204a03df270b1ec
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
}