diff options
Diffstat (limited to 'core/object.go')
-rw-r--r-- | core/object.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/object.go b/core/object.go index 01dd660..e5f9a5e 100644 --- a/core/object.go +++ b/core/object.go @@ -51,6 +51,7 @@ type ObjectStorage interface { type ObjectType int8 const ( + InvalidObject ObjectType = 0 CommitObject ObjectType = 1 TreeObject ObjectType = 2 BlobObject ObjectType = 3 |