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 --- repo.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'repo.go') diff --git a/repo.go b/repo.go index cfe7320e..9b767f01 100644 --- a/repo.go +++ b/repo.go @@ -166,7 +166,7 @@ func (repo *Repository) verifyRawObject(buf []byte, want Hash) bool { } // verifyTypedObject verifies a typed object against its expected hash. -func (repo *Repository) verifyTypedObject(ty ObjType, body []byte, want Hash) bool { +func (repo *Repository) verifyTypedObject(ty ObjectType, body []byte, want Hash) bool { if want.size != repo.HashSize { return false } -- cgit v1.3.1-10-gc9f91