What is the URL of the page with the issue?
https://go.dev/doc/tutorial/workspaces
What is your user agent?
Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36
Screenshot

What did you do?
Run command: go run example/hello
What did you expect to see?
HELLO
What did you see instead?
package example/hello is not in GOROOT
Fix
I guess the command should be go run example.com/hello. Isn't it?
What is the URL of the page with the issue?
https://go.dev/doc/tutorial/workspaces
What is your user agent?
Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36
Screenshot
What did you do?
Run command:
go run example/helloWhat did you expect to see?
HELLO
What did you see instead?
package example/hello is not in GOROOT
Fix
I guess the command should be
go run example.com/hello. Isn't it?