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
go tool compile: exit status 2
fatal error: runtime: out of memory
The example does run (I tested on 1.10.3 locally). It just doesn't run on the golang.org site, likely due to a restriction on the back-end environment that's doing the compilation.
If the environment is what it's supposed to be (whatever that is), and the example just needs to be tweaked to use less memory, I'd be interested in taking care of that and sending a PR.