shithub: furgit

ref: c9eefd50557a5436da84e0a38ee96c812d453336
dir: /object/extraheader.go/

View raw version
package object

// ExtraHeader represents an extra header in a Git object.
type ExtraHeader struct {
	Key   string
	Value []byte
}