From 25077df01588b54ec097ce3f99db6672c5a59463 Mon Sep 17 00:00:00 2001 From: Máximo Cuadros Date: Thu, 19 May 2016 16:44:59 +0200 Subject: documentation --- objects.go | 1 + 1 file changed, 1 insertion(+) (limited to 'objects.go') 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 -- cgit