Hi, 

Consider this function:

        b.Handle("/hello", func(m *tb.Message) {
                b.Send(m.Sender, "hello world")
        })


I tried to refactor the above function to func sayHi(m *tb.Message) {...}, 
 so that I can give an alias to the above /hello command (say to define a 
/hi command), but found that I cannot use bwithin it any more.

So, how to refactor out this function?

thx

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to