aboutsummaryrefslogtreecommitdiffstats
path: root/objects.go
diff options
context:
space:
mode:
Diffstat (limited to 'objects.go')
-rw-r--r--objects.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/objects.go b/objects.go
index 4d053a0..2d38897 100644
--- a/objects.go
+++ b/objects.go
@@ -10,6 +10,7 @@ import (
"gopkg.in/src-d/go-git.v3/core"
)
+// ErrUnsupportedObject trigger when a non-supported object is being decoded.
var ErrUnsupportedObject = errors.New("unsupported object type")
// Object is a generic representation of any git object. It is implemented by