diff options
| author | 2026-05-24 08:07:08 +0000 | |
|---|---|---|
| committer | 2026-05-24 08:07:08 +0000 | |
| commit | 81a8bc9dae32b14e595a30fcc485af8fe3de64c8 (patch) | |
| tree | 90d01a94b350d11eedd42d0beb65827b2dc6a808 | |
| parent | object/{blob,commit}: Remove testgit and other unsatisfied dependencies for now (diff) | |
| signature | No signature | |
object: Name parameters
| -rw-r--r-- | object/object.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/object/object.go b/object/object.go index e4053c93..694d55a6 100644 --- a/object/object.go +++ b/object/object.go @@ -5,6 +5,6 @@ import "codeberg.org/lindenii/furgit/object/typ" // Object is a Git object. type Object interface { ObjectType() typ.Type - AppendWithoutHeader([]byte) ([]byte, error) - AppendWithHeader([]byte) ([]byte, error) + AppendWithoutHeader(dst []byte) ([]byte, error) + AppendWithHeader(dst []byte) ([]byte, error) } |
