diff options
| author | 2026-03-25 14:21:09 +0000 | |
|---|---|---|
| committer | 2026-03-25 14:21:09 +0000 | |
| commit | 7d9c128ce04875f970c78673500c0a492000398f (patch) | |
| tree | 4e65166a451f9970c5264fad72e9a8f9634eefb5 /object/type.go | |
| parent | research: Dynamic packfile log (diff) | |
| signature | No signature | |
*: objecttype, objectheader -> object/type, object/header
Diffstat (limited to 'object/type.go')
| -rw-r--r-- | object/type.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/object/type.go b/object/type.go index 70cc46bc..d44b83fa 100644 --- a/object/type.go +++ b/object/type.go @@ -1,6 +1,6 @@ package object -import "codeberg.org/lindenii/furgit/objecttype" +import objecttype "codeberg.org/lindenii/furgit/object/type" // TypeFor returns the Git object type for T when T is one of the standard // parsed object types. |
