diff options
| author | 2026-02-20 22:52:58 +0800 | |
|---|---|---|
| committer | 2026-02-20 22:52:58 +0800 | |
| commit | f49c95662bda1f2c337dbe872644afa1ca5cbbec (patch) | |
| tree | 502b399c86f0093b50ad5fc80b73f75f4c614733 /object/tag.go | |
| parent | config: Import from the previous version and fix test harnesses (diff) | |
| signature | No signature | |
objectid: Rename from oid
Diffstat (limited to 'object/tag.go')
| -rw-r--r-- | object/tag.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/object/tag.go b/object/tag.go index 4e150ba2..1fac845b 100644 --- a/object/tag.go +++ b/object/tag.go @@ -2,12 +2,12 @@ package object import ( "codeberg.org/lindenii/furgit/objecttype" - "codeberg.org/lindenii/furgit/oid" + "codeberg.org/lindenii/furgit/objectid" ) // Tag represents a Git annotated tag object. type Tag struct { - Target oid.ObjectID + Target objectid.ObjectID TargetType objecttype.Type Name []byte Tagger *Ident |
