diff options
| author | 2026-02-20 19:06:13 +0800 | |
|---|---|---|
| committer | 2026-02-20 19:07:14 +0800 | |
| commit | aa513c069c1418734aea894dc944e27c6a78a3bb (patch) | |
| tree | 687f0a11bb550fa088fd82a98ceb8979bbc35f69 /headers.go | |
| parent | Comment on prior reverts removing the pack writing API (diff) | |
| signature | No 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.go | 9 |
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 -} |
