Commit c8524a13 authored by 李伟@五瓣科技's avatar 李伟@五瓣科技

commit to redis

parent efb0e002
...@@ -61,13 +61,13 @@ var rootCmd = &cobra.Command{ ...@@ -61,13 +61,13 @@ var rootCmd = &cobra.Command{
transactor.Start() transactor.Start()
// go func() { go func() {
w := multisend.WebServicer{} w := multisend.WebServicer{}
if err := w.WebService(cfg); err != nil { if err := w.WebService(cfg); err != nil {
panic(err) panic(err)
} }
// }() }()
multisend.Start(redisAddr, redisPasswd) multisend.Start(redisAddr, redisPasswd)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment