ref: c9eefd50557a5436da84e0a38ee96c812d453336 dir: /object/extraheader.go/
package object // ExtraHeader represents an extra header in a Git object. type ExtraHeader struct { Key string Value []byte }