Line 13 is where the method inflog.Println is being passed (not called) - 
passed to function trace. At that point inflog.Println should be treated 
just like a value.

Then function trace calls inflog.Println (on line number 37).

Then method inflog.Println gets deferred (not yet called) and interestingly 
the exit line numbers are correct (27, 22 and 15).

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