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_commit.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'obj_commit.go') diff --git a/obj_commit.go b/obj_commit.go index 4a5d2567..8abb363f 100644 --- a/obj_commit.go +++ b/obj_commit.go @@ -17,8 +17,8 @@ type Commit struct { ExtraHeaders []ExtraHeader } -// ObjType allows Commit to satisfy the Object interface. -func (*Commit) ObjType() ObjType { +// ObjectType allows Commit to satisfy the Object interface. +func (*Commit) ObjectType() ObjectType { return ObjCommit } -- cgit v1.3.1-10-gc9f91