mirror of
https://github.com/shadow1ng/fscan.git
synced 2026-02-09 02:09:17 +08:00
fix: 修复#435
This commit is contained in:
@@ -63,7 +63,7 @@ func InfoCheck(Url string, CheckData *[]CheckDatas) []string {
|
||||
return matchedInfos
|
||||
}
|
||||
|
||||
return []string{""}
|
||||
return []string{}
|
||||
}
|
||||
|
||||
// CalcMd5 计算内容的MD5并与指纹库比对
|
||||
|
||||
Reference in New Issue
Block a user