What version of Go are you using (go version)?
$ go version
go version go1.13.1 linux/amd64
Does this issue reproduce with the latest release?
Yes
What operating system and processor architecture are you using (go env)?
go env Output
$ go env
GOHOSTARCH="amd64"
GOHOSTOS="linux"
What did you do?
I navigated to zip.Reader example. I hit the Run button
What did you expect to see?
A working example
What did you see instead?
2009/11/10 23:00:00 open testdata/readme.zip: No such file or directory
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 envOutputWhat did you do?
I navigated to zip.Reader example. I hit the
RunbuttonWhat did you expect to see?
A working example
What did you see instead?
2009/11/10 23:00:00 open testdata/readme.zip: No such file or directory