shithub: furgit

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