Skip to content

Commit

Permalink
Merge pull request #25 from mcuadros/subdirfs
Browse files Browse the repository at this point in the history
subdirfs: renamed to subdirfs
  • Loading branch information
smola authored Apr 18, 2017
2 parents 0f02306 + 602abf9 commit b383e4e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion subdir/file.go → subdirfs/file.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package subdir
package subdirfs

import (
"io"
Expand Down
2 changes: 1 addition & 1 deletion subdir/fileinfo.go → subdirfs/fileinfo.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package subdir
package subdirfs

import (
"os"
Expand Down
2 changes: 1 addition & 1 deletion subdir/subdir.go → subdirfs/subdir.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package subdir
package subdirfs

import (
"os"
Expand Down
2 changes: 1 addition & 1 deletion subdir/subdir_test.go → subdirfs/subdir_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package subdir
package subdirfs

import (
"io/ioutil"
Expand Down

0 comments on commit b383e4e

Please sign in to comment.