summaryrefslogtreecommitdiff
path: root/blob.go
diff options
context:
space:
mode:
Diffstat (limited to 'blob.go')
-rw-r--r--blob.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/blob.go b/blob.go
index 091ced1..fa4b1d3 100644
--- a/blob.go
+++ b/blob.go
@@ -15,6 +15,7 @@ import (
)
type Blob struct {
+ doNotCompare
Object
cast_ptr *C.git_blob
}
@@ -96,6 +97,7 @@ func (repo *Repository) CreateFromStream(hintPath string) (*BlobWriteStream, err
}
type BlobWriteStream struct {
+ doNotCompare
ptr *C.git_writestream
repo *Repository
}