aboutsummaryrefslogtreecommitdiffstats
path: root/storage/filesystem/module.go
diff options
context:
space:
mode:
authorMáximo Cuadros <mcuadros@gmail.com>2018-06-06 10:06:09 +0200
committerGitHub <noreply@github.com>2018-06-06 10:06:09 +0200
commitae788cfabbc02c2f836f5d8c3cc18021a97e9a88 (patch)
tree911d302c6e0b3b132cb4615cb210b8288f6f885e /storage/filesystem/module.go
parent8955f060a3cba36a56ac334576eba4123f6e918a (diff)
parentc39bd4d4a6ba0b0e75a9902c3bbb2064f27a3f6e (diff)
downloadgo-git-ae788cfabbc02c2f836f5d8c3cc18021a97e9a88.tar.gz
Merge pull request #854 from ajnavarro/dotgit-not-internal
dotgit: Move package outside internal.
Diffstat (limited to 'storage/filesystem/module.go')
-rw-r--r--storage/filesystem/module.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/filesystem/module.go b/storage/filesystem/module.go
index 6f3de3f..7c8c8d8 100644
--- a/storage/filesystem/module.go
+++ b/storage/filesystem/module.go
@@ -2,7 +2,7 @@ package filesystem
import (
"gopkg.in/src-d/go-git.v4/storage"
- "gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit"
+ "gopkg.in/src-d/go-git.v4/storage/filesystem/dotgit"
)
type ModuleStorage struct {