What version of Go are you using (go version)?
I am not using a go version, I am browing the "Tour of Go", https://tour.golang.org/methods/21
Does this issue reproduce with the latest release?
It's not an issue with GO, it's an issue with golang.org website
What operating system and processor architecture are you using (go env)?
go env Output
$ go env
What did you do?
I am following the tour of go tutorial, and once on page https://tour.golang.org/methods/21 if you click on the "many implementations" link, you'll get a "file does not exist" error
What did you expect to see?
The list of implementations of the Reader interface
What did you see instead?
Error... file does not exist
What version of Go are you using (
go version)?Does this issue reproduce with the latest release?
It's not an issue with GO, it's an issue with golang.org website
What operating system and processor architecture are you using (
go env)?go envOutputWhat did you do?
I am following the tour of go tutorial, and once on page https://tour.golang.org/methods/21 if you click on the "many implementations" link, you'll get a "file does not exist" error
What did you expect to see?
The list of implementations of the Reader interface
What did you see instead?
Error... file does not exist