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 is the expected output?
This program demonstrates the current behaviour of reflect.Value.Interface:
http://play.golang.org/p/tJX7EJ-FM1
It prints "In T.M." rather than crashing on the call to Value.Interface. This
is the expected behaviour since go1.1:
golang.org/s/go11func
What do you see instead?
The current documentation reflects the old behaviour of Value.Interface in relation to
Value.Method:
http://tip.golang.org/pkg/reflect/#Value.Interface
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: