liuxiaolong
2019-08-06 73ed18c9f59ae4adc545731977c1ce3a5c26b3f7
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)
      }