diff options
| author | 2025-11-16 00:00:00 +0000 | |
|---|---|---|
| committer | 2025-11-16 00:00:00 +0000 | |
| commit | daeaee2c564caadc62db9e011e4e9c8213aeb005 (patch) | |
| tree | e58b8265e4d6b875674bf05dfd83ecd4d2cab71b /obj_commit.go | |
| parent | Ignore error on f.Close() (diff) | |
| signature | ||
Rename ObjType -> ObjectType
Diffstat (limited to 'obj_commit.go')
| -rw-r--r-- | obj_commit.go | 4 |
1 files changed, 2 insertions, 2 deletions
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 } |
