From f878fbee191e27c790e3cf1948494615dec788a3 Mon Sep 17 00:00:00 2001
From: 554325746@qq.com <554325746@qq.com>
Date: 星期三, 10 七月 2019 18:29:41 +0800
Subject: [PATCH] fix cache

---
 shardmap/shardmap.go |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/shardmap/shardmap.go b/shardmap/shardmap.go
index 8c27805..848db6d 100644
--- a/shardmap/shardmap.go
+++ b/shardmap/shardmap.go
@@ -109,7 +109,7 @@
 	}
 
     wg.Wait()
-    fmt.Prilnt("value of map: ",ids)
+    fmt.Println("value of map: ",ids)
 
     buf, err = json.Marshal(ids)
     if err != nil {

--
Gitblit v1.8.0