Hello,

  I was reading this article @ https://blog.golang.org/laws-of-reflection

Excerpt:

One important detail is that the pair inside an interface always has the
form (value, concrete type) and cannot have the form (value, interface
type). Interfaces do not hold interface values.

I could not understand it clearly, Can through some clarity with an example?

I tried this and did not give any error.

@ https://play.golang.org/p/Q5jRWp6MF7c


-- 
Cheers
p.

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/CAN9r%3DsxoPvwBHScTAe3XyEtB8P02_GWVHiCNWe0kYgCnyLavVA%40mail.gmail.com.

Reply via email to