Skip to content

Commit 602abf9

Browse files
committed
subdirfs: renamed to subdirfs
1 parent 0f02306 commit 602abf9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

subdir/file.go renamed to subdirfs/file.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package subdir
1+
package subdirfs
22

33
import (
44
"io"

subdir/fileinfo.go renamed to subdirfs/fileinfo.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package subdir
1+
package subdirfs
22

33
import (
44
"os"

subdir/subdir.go renamed to subdirfs/subdir.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package subdir
1+
package subdirfs
22

33
import (
44
"os"

subdir/subdir_test.go renamed to subdirfs/subdir_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package subdir
1+
package subdirfs
22

33
import (
44
"io/ioutil"

0 commit comments

Comments
 (0)