Support multiple scan query strings at the same time

This commit is contained in:
Lode Hoste
2015-03-27 09:51:18 +01:00
parent fc0cb704f2
commit 2012ce02e8
4 changed files with 50 additions and 23 deletions

View File

@@ -60,7 +60,7 @@ func TestWalkSub(t *testing.T) {
w := Walker{
Dir: "testdata",
Sub: "dir2",
Subs: []string{"dir2"},
BlockSize: 128 * 1024,
Matcher: ignores,
}