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
First and foremost: thank you for this awesome piece of software! I've encountered a bug in which gopherjs handles interface calls on non-pointer receiver structs. It seems (to me) quiet severe but I couldn't find any bug that reported this. I'm on Go 1.10 and GopherJS 1.10-2.
When running this playground: https://play.golang.org/p/sIjx8DQWMpO. We see that struct fields modified in methods that do not have a pointer receiver indeed have no effect: