shithub: furgit

ref: 79fa8662317d7daebc2f95d729c66fec9f86cdcd
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
}