shithub: furgit

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