aboutsummaryrefslogtreecommitdiffstats
path: root/storage/filesystem/object_test.go
diff options
context:
space:
mode:
authorAntonio Jesus Navarro Perez <antnavper@gmail.com>2018-06-05 18:33:27 +0200
committerAntonio Jesus Navarro Perez <antnavper@gmail.com>2018-06-05 18:34:08 +0200
commitb0d807a1ae0687ef3a01d78c1dc5e55f7217268f (patch)
tree3a9d6f21cad1af18d940abcc17ddb1337e78146d /storage/filesystem/object_test.go
parent8955f060a3cba36a56ac334576eba4123f6e918a (diff)
downloadgo-git-b0d807a1ae0687ef3a01d78c1dc5e55f7217268f.tar.gz
dotgit: Move package outside internal.
Signed-off-by: Antonio Jesus Navarro Perez <antnavper@gmail.com>
Diffstat (limited to 'storage/filesystem/object_test.go')
-rw-r--r--storage/filesystem/object_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/filesystem/object_test.go b/storage/filesystem/object_test.go
index de8f2b2..4b57a67 100644
--- a/storage/filesystem/object_test.go
+++ b/storage/filesystem/object_test.go
@@ -2,7 +2,7 @@ package filesystem
import (
"gopkg.in/src-d/go-git.v4/plumbing"
- "gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit"
+ "gopkg.in/src-d/go-git.v4/storage/filesystem/dotgit"
. "gopkg.in/check.v1"
"gopkg.in/src-d/go-git-fixtures.v3"