shithub: furgit

ref: 8600b32050fa21d63baf4b21e75f8fc71fcfc610
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
}