aboutsummaryrefslogtreecommitdiff
path: root/headers.go
diff options
context:
space:
mode:
Diffstat (limited to 'headers.go')
-rw-r--r--headers.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/headers.go b/headers.go
index 0efc5398..9ee5cc61 100644
--- a/headers.go
+++ b/headers.go
@@ -1,5 +1,6 @@
package furgit
+// ExtraHeader represents an extra header in a Git object.
type ExtraHeader struct {
Key string
Value []byte