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