Skip to content
This repository was archived by the owner on Sep 11, 2020. It is now read-only.

Commit b0d807a

Browse files
committed
dotgit: Move package outside internal.
Signed-off-by: Antonio Jesus Navarro Perez <antnavper@gmail.com>
1 parent 8955f06 commit b0d807a

18 files changed

+9
-9
lines changed

storage/filesystem/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import (
55
"os"
66

77
"gopkg.in/src-d/go-git.v4/config"
8-
"gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit"
8+
"gopkg.in/src-d/go-git.v4/storage/filesystem/dotgit"
99
"gopkg.in/src-d/go-git.v4/utils/ioutil"
1010
)
1111

storage/filesystem/config_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import (
55
"os"
66

77
"gopkg.in/src-d/go-git.v4/config"
8-
"gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit"
8+
"gopkg.in/src-d/go-git.v4/storage/filesystem/dotgit"
99

1010
. "gopkg.in/check.v1"
1111
"gopkg.in/src-d/go-billy.v4/osfs"
File renamed without changes.

0 commit comments

Comments
 (0)