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/index.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/index.go')
-rw-r--r-- | storage/filesystem/index.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/filesystem/index.go b/storage/filesystem/index.go index 092edec..2ebf57e 100644 --- a/storage/filesystem/index.go +++ b/storage/filesystem/index.go @@ -4,7 +4,7 @@ import ( "os" "gopkg.in/src-d/go-git.v4/plumbing/format/index" - "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" ) |