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 smallest bit of code I could create to reproduce the problem with my output is here:
https://gist.github.com/e1c8c3f80050f6f4e76b
export GOOS=darwin
export GOARCH=amd64
Revision: 5074575b745b tip
I am still new to the language, but it appears that this is a problem with a closure in
this specific
case. I tried to reproduce the crash in a case where I was not using the net package but
was
unsuccessful.