554325746@qq.com
2019-06-25 6a96d382dbbcc72a0b46489d5ad70514a4278ea1
add is needd to compare flag
1个文件已修改
2 ■■■ 已修改文件
dbpersoninfo.go 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
dbpersoninfo.go
@@ -69,7 +69,7 @@
    fmt.Println()
    firsttime := time.Now()
    Rscore := Cmap.Walk(Printest, teststring, IsCompare)
    Rscore := Cmap.Walk(Printest, teststring)
    fmt.Println(time.Since(firsttime))
    return Rscore
}