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