liuxiaolong
2019-07-29 cc962c1b6ffabd9d41e6db0571efbcc1a4568ce7
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)
      }