From 622c5a90028f18d27c4aeb992c5f319d82b86e7a Mon Sep 17 00:00:00 2001
From: 554325746@qq.com <554325746@qq.com>
Date: 星期二, 25 六月 2019 16:36:59 +0800
Subject: [PATCH] binfos struct to []byte

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

diff --git a/shardmap/shardmap.go b/shardmap/shardmap.go
index 914aba3..c19edd7 100644
--- a/shardmap/shardmap.go
+++ b/shardmap/shardmap.go
@@ -83,7 +83,7 @@
 }
 
 // modify by long.
-func (s *ShardMap) Walk(wf wfOp, cfrom string) []protomsg.Baseinfo{
+func (s *ShardMap) Walk(wf wfOp, cfrom string) []*protomsg.Baseinfo{
     var wg sync.WaitGroup
     var second float32 
 

--
Gitblit v1.8.0