From f4e8f206a6760bdc31734dfcb1c65916b5b76311 Mon Sep 17 00:00:00 2001
From: liuxiaolong <736321739@qq.com>
Date: 星期四, 22 八月 2019 12:05:58 +0800
Subject: [PATCH] add cluster

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

diff --git a/controllers/tasklist.go b/controllers/tasklist.go
index e24848a..c49a822 100644
--- a/controllers/tasklist.go
+++ b/controllers/tasklist.go
@@ -41,7 +41,7 @@
 			source["title"] = key.(string)
 			source["value"] = key.(string)
 			source["key"] = key.(string)
-			sources := append(sources, source)
+			sources = append(sources, source)
 			fmt.Println(key)
 		}
 

--
Gitblit v1.8.0