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

commit to redis

parent efb0e002
......@@ -61,13 +61,13 @@ var rootCmd = &cobra.Command{
transactor.Start()
// go func() {
w := multisend.WebServicer{}
if err := w.WebService(cfg); err != nil {
panic(err)
}
go func() {
w := multisend.WebServicer{}
if err := w.WebService(cfg); err != nil {
panic(err)
}
// }()
}()
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