@ -91,7 +91,6 @@ func scanFileUnderPath(rootDir string, scope string, logger *zap.Logger, replay
}
// 遍历对一个的目录
if scope == "dir" {
fmt.Printf("目录路径: %s\n", rootDir)
// 遍历目录下的文件
finfo, err := os.Stat(rootDir)
// fmt.Printf("目录信息: %v\n", finfo)