diff options
author | Antonio Jesus Navarro Perez <antnavper@gmail.com> | 2018-06-05 18:33:27 +0200 |
---|---|---|
committer | Antonio Jesus Navarro Perez <antnavper@gmail.com> | 2018-06-05 18:34:08 +0200 |
commit | b0d807a1ae0687ef3a01d78c1dc5e55f7217268f (patch) | |
tree | 3a9d6f21cad1af18d940abcc17ddb1337e78146d /storage/filesystem/shallow.go | |
parent | 8955f060a3cba36a56ac334576eba4123f6e918a (diff) | |
download | go-git-b0d807a1ae0687ef3a01d78c1dc5e55f7217268f.tar.gz |
dotgit: Move package outside internal.
Signed-off-by: Antonio Jesus Navarro Perez <antnavper@gmail.com>
Diffstat (limited to 'storage/filesystem/shallow.go')
-rw-r--r-- | storage/filesystem/shallow.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/filesystem/shallow.go b/storage/filesystem/shallow.go index 173767c..502d406 100644 --- a/storage/filesystem/shallow.go +++ b/storage/filesystem/shallow.go @@ -5,7 +5,7 @@ import ( "fmt" "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/src-d/go-git.v4/utils/ioutil" ) |