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
I'm not really seeing why this is a problem. fmt.Fprintln(nil, "") also crashes. Some standard library functions will panic if you pass nil. That seems OK.
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
What did you expect to see?
Run benchmark ok.
What did you see instead?
The text was updated successfully, but these errors were encountered: