feat: repo health check (#16) #17

Merged
张泊明518370910136 merged 37 commits from file_check into master 2024-09-11 20:09:27 +08:00
2 changed files with 1 additions and 2 deletions
Showing only changes of commit 0a71c9832d - Show all commits

@ -1 +1 @@
Subproject commit 1c2392436643d53782eccd4e37958811e7ecd480 Subproject commit cf03a190af343cc65a55bacc51cd8603cc2be2e4

View File

@ -49,7 +49,6 @@ func VerifyFiles(rootDir string,checkFileNameList string, checkFileSumList strin
// checkFileSumList := flag.String("checkFileSumList", "", "Comma-separated list of expected checksums.") // checkFileSumList := flag.String("checkFileSumList", "", "Comma-separated list of expected checksums.")
// rootDir := flag.String("rootDir", ".", "Root directory containing the files.") // rootDir := flag.String("rootDir", ".", "Root directory containing the files.")
// flag.Parse() // flag.Parse()
// Process input file names and checksums // Process input file names and checksums
fileNames := strings.Split(checkFileNameList, ",") fileNames := strings.Split(checkFileNameList, ",")
checkSums := strings.Split(checkFileSumList, ",") checkSums := strings.Split(checkFileSumList, ",")