On Sat, May 5, 2018 at 2:52 AM Eduardo Moseis Fuentes <eduin...@gmail.com>
wrote:

> HI everyone I´m Eduardo from Guatemala and I'm beginer. I'm interesting
in all scope golang in fact I was download a little book about it, but I
need learn more about callbacks because the book don´t has > enough
information on callbacks. May somebody tell me where can I find more
information?. HELP ME PLEASE THANKS God Bless you

Callback is most often used just as fancy term for having/passing around a
variable of a function type. Note that both the syntax and semantics of
`expr(args)' is the same regardless of expr being simply a name of a
function or any other expression of a function type.

-- 

-j

-- 
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