shithub: furgit

ref: 101885dd84333a2151fe1c681004f49a9c31f7c6
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
}