aboutsummaryrefslogtreecommitdiff
path: root/headers.go
diff options
context:
space:
mode:
authorGravatar Runxi Yu2026-02-20 19:06:13 +0800
committerGravatar Runxi Yu2026-02-20 19:07:14 +0800
commitaa513c069c1418734aea894dc944e27c6a78a3bb (patch)
tree687f0a11bb550fa088fd82a98ceb8979bbc35f69 /headers.go
parentComment on prior reverts removing the pack writing API (diff)
signatureNo signature
Delete everything, I'm redesigning this.
I'll stop using a flat package and make things much more modular. And also experiment with streaming APIs so large blobs don't OOM us.
Diffstat (limited to 'headers.go')
-rw-r--r--headers.go9
1 files changed, 0 insertions, 9 deletions
diff --git a/headers.go b/headers.go
deleted file mode 100644
index 5a8b46eb..00000000
--- a/headers.go
+++ /dev/null
@@ -1,9 +0,0 @@
-package furgit
-
-// ExtraHeader represents an extra header in a Git object.
-type ExtraHeader struct {
- // Key represents the header key.
- Key string
- // Value represents the header value.
- Value []byte
-}