From daeaee2c564caadc62db9e011e4e9c8213aeb005 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Sun, 16 Nov 2025 00:00:00 +0000 Subject: Rename ObjType -> ObjectType --- obj_tag.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'obj_tag.go') diff --git a/obj_tag.go b/obj_tag.go index 9230274d..440eb15e 100644 --- a/obj_tag.go +++ b/obj_tag.go @@ -10,14 +10,14 @@ import ( type Tag struct { Hash Hash Target Hash - TargetType ObjType + TargetType ObjectType Name []byte Tagger *Ident Message []byte } -// ObjType allows Tag to satisfy the Object interface. -func (*Tag) ObjType() ObjType { +// ObjectType allows Tag to satisfy the Object interface. +func (*Tag) ObjectType() ObjectType { return ObjTag } -- cgit v1.3.1-10-gc9f91