1 2 3 4 5 6 7
package object // ExtraHeader represents an extra header in a Git object. type ExtraHeader struct { Key string Value []byte }