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