aboutsummaryrefslogtreecommitdiff
path: root/object/typ
diff options
context:
space:
mode:
authorGravatar Runxi Yu2026-06-07 06:14:54 +0000
committerGravatar Runxi Yu2026-06-07 06:14:54 +0000
commitffb98db8fbcdae9332392aabb2bdd217795c0432 (patch)
tree98592d6cd8c48229bd8f5745976f24a2210baa4b /object/typ
parent*: Refactor file granularity (diff)
signatureNo signature
More cleanups
Diffstat (limited to 'object/typ')
-rw-r--r--object/typ/errors.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/object/typ/errors.go b/object/typ/errors.go
index f5880e12..db132178 100644
--- a/object/typ/errors.go
+++ b/object/typ/errors.go
@@ -2,4 +2,5 @@ package typ
import "errors"
+// ErrInvalidType indicates an unknown or unsupported Git object type.
var ErrInvalidType = errors.New("object/typ: invalid type")