From 6a96d382dbbcc72a0b46489d5ad70514a4278ea1 Mon Sep 17 00:00:00 2001
From: 554325746@qq.com <554325746@qq.com>
Date: 星期二, 25 六月 2019 13:25:39 +0800
Subject: [PATCH] add is needd to compare flag
---
dbpersoninfo.go | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dbpersoninfo.go b/dbpersoninfo.go
index 52fe317..fc95ac1 100644
--- a/dbpersoninfo.go
+++ b/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
}
--
Gitblit v1.8.0