diff options
Diffstat (limited to 'objecttype/objecttype.go')
| -rw-r--r-- | objecttype/objecttype.go | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/objecttype/objecttype.go b/objecttype/objecttype.go deleted file mode 100644 index 2e12dadc..00000000 --- a/objecttype/objecttype.go +++ /dev/null @@ -1,16 +0,0 @@ -// Package objecttype provides object type constants and names. -package objecttype - -// Type mirrors Git object type tags in packfiles. -type Type uint8 - -const ( - TypeInvalid Type = 0 - TypeCommit Type = 1 - TypeTree Type = 2 - TypeBlob Type = 3 - TypeTag Type = 4 - TypeFuture Type = 5 - TypeOfsDelta Type = 6 - TypeRefDelta Type = 7 -) |
