From 590ee0a79821cb111d267bc73991fd47b6703d6b Mon Sep 17 00:00:00 2001
From: panlei <2799247126@qq.com>
Date: 星期五, 01 十一月 2019 17:46:52 +0800
Subject: [PATCH] 事件推送不用协程

---
 util/simpleCV_test.go |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/util/simpleCV_test.go b/util/simpleCV_test.go
index 4f8f7c8..04d62ce 100644
--- a/util/simpleCV_test.go
+++ b/util/simpleCV_test.go
@@ -5,9 +5,9 @@
 )
 
 func TestDrawPolygonOnImage(t *testing.T)  {
-	resp,err := DrawPolygonOnImage()
-	if err != nil {
-		t.Error("鐢绘鎴栬�呬笂浼犳湁闂")
-	}
-	t.Log("------=============",resp)
+	//resp,err := DrawPolygonOnImage()
+	//if err != nil {
+	//	t.Error("鐢绘鎴栬�呬笂浼犳湁闂")
+	//}
+	//t.Log("------=============",resp)
 }
\ No newline at end of file

--
Gitblit v1.8.0