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
The program is valid Go and prints "2009/11/10 23:00:00 rotation: 0" output in normal Go Playground. But in GopherJS Playground, it generates invalid JavaScript:
panic: Cannot read property 'apply' of undefined
Originally reported by @j7b in #640 (comment). Factoring it out into a separate issue since it's very reproducible and actionable.
The text was updated successfully, but these errors were encountered:
https://gopherjs.github.io/playground/#/J4t4vqRaj2
The program is valid Go and prints "2009/11/10 23:00:00 rotation: 0" output in normal Go Playground. But in GopherJS Playground, it generates invalid JavaScript:
Originally reported by @j7b in #640 (comment). Factoring it out into a separate issue since it's very reproducible and actionable.
The text was updated successfully, but these errors were encountered: