ref: 0a0fa13928bcc136b45e289f86bebc6a300e5975
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
}