-
Notifications
You must be signed in to change notification settings - Fork 18.5k
Closed
Labels
FrozenDueToAgeNeedsFixThe path to resolution is known, but the work has not been done.The path to resolution is known, but the work has not been done.
Milestone
Description
What version of Go are you using (go version)?
go1.15.8
Does this issue reproduce with the latest release?
No.
What operating system and processor architecture are you using (go env)?
Not relevant (documentation issue)
What did you do?
Click "Run" on the filepath.Walk example on golang.org
https://golang.org/pkg/path/filepath/#Walk
What did you expect to see?
The output
What did you see instead?
A build error
prog.go:5:2: package io/fs is not in GOROOT (/usr/local/go-faketime/src/io/fs)
Conclusion
The system running golang.org's documentation examples should run the examples using the same version of go for which the examples were written.
Metadata
Metadata
Assignees
Labels
FrozenDueToAgeNeedsFixThe path to resolution is known, but the work has not been done.The path to resolution is known, but the work has not been done.
Type
Projects
Status
Done