Skip to content

Commit 618eb02

Browse files
committed
Rename fs.go to walk.go
1 parent ec334ff commit 618eb02

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

fsutil/fs_test.go renamed to fsutil/walk_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
"github.com/stretchr/testify/assert"
88
)
99

10-
func TestFileSystem(t *testing.T) {
10+
func TestWalk(t *testing.T) {
1111
t.Parallel()
1212

1313
var got []string

0 commit comments

Comments
 (0)