aboutsummaryrefslogtreecommitdiff
path: root/headers.go
blob: 9ee5cc618b9b81e05cd66c8fbd815b7a7dd010a1 (about) (plain) (blame)
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
}