interface{} doesn't have a name, it is an anonymous inline declaration of an 
interface type with no menthods. Most people think that it's cool that an 
interface with no methods can be satisfied by any value, but I think it's cool 
that each interface{} declaration declares a new type, which equivalent of all 
the other interface{} declarations, so nobody notices that the magic. 

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