shithub: furgit

ref: 677887b7aa3d673bd92a7876f3987cd2f86cb43d
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
}