fix: fix typo

上级 433d8fdd
......@@ -37,8 +37,8 @@ func GetFilesWithFilter(codeDir string, filter func(path string) bool) []string
}
}
if strings.Contains(path ,"testdata") {
return nil;
if strings.Contains(path, "testData") {
return nil
}
if filter(path) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册