summaryrefslogtreecommitdiff
path: root/tag.go
diff options
context:
space:
mode:
Diffstat (limited to 'tag.go')
-rw-r--r--tag.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/tag.go b/tag.go
index dd8477a..9ced680 100644
--- a/tag.go
+++ b/tag.go
@@ -13,6 +13,7 @@ import (
// Tag
type Tag struct {
+ doNotCompare
Object
cast_ptr *C.git_tag
}
@@ -64,6 +65,7 @@ func (t *Tag) TargetType() ObjectType {
}
type TagsCollection struct {
+ doNotCompare
repo *Repository
}