refactor: remove godirwalk dep

This commit is contained in:
sentriz
2021-11-12 20:14:57 +00:00
committed by Senan Kelly
parent fc50f01de3
commit e10c8bafdf
26 changed files with 342 additions and 452 deletions

View File

@@ -59,7 +59,7 @@ func new(t *testing.T, dirs []string) *MockFS {
}
parser := &mreader{map[string]*Tags{}}
scanner := scanner.New(absDirs, true, dbc, ";", parser)
scanner := scanner.New(absDirs, dbc, ";", parser)
return &MockFS{
t: t,