diff options
Diffstat (limited to 'obj_tag.go')
| -rw-r--r-- | obj_tag.go | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -17,7 +17,8 @@ type Tag struct { } // ObjectType allows Tag to satisfy the Object interface. -func (*Tag) ObjectType() ObjectType { +func (tag *Tag) ObjectType() ObjectType { + _ = tag return ObjTag } |
