You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. http://play.golang.org/p/oSqQJJpz9g
2. Run it
What is the expected output? What do you see instead?
I expect to see either "type: main.Stringer" since that's the type of the
interface, or "type: *main.Thing" since that's the concrete type.
Instead I see "type: *main.Stringer"
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: