From eaf1da6b55de31feb35a1e5f7ac09ae3782c73ac Mon Sep 17 00:00:00 2001
From: liuxiaolong <736321739@qq.com>
Date: 星期四, 23 五月 2019 10:57:08 +0800
Subject: [PATCH] fix deliver.NewConsumer
---
taskApi.go | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/taskApi.go b/taskApi.go
index 6615c52..0bff551 100644
--- a/taskApi.go
+++ b/taskApi.go
@@ -1,7 +1,7 @@
package dbapi
import (
- "dbapi/protomsg"
+ "basic.com/pubsub/protomsg.git"
"encoding/json"
"fmt"
)
@@ -23,7 +23,6 @@
return taskInfos
}
bytes, _ := json.Marshal(res.Data)
- fmt.Printf("TaskApi.FindAll:%s\n",string(bytes))
err = json.Unmarshal(bytes, &taskInfos)
return taskInfos
}
\ No newline at end of file
--
Gitblit v1.8.0