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
Running the code online generates the following error message:
go: downloading golang.org/x/tour v0.0.0-20201207214521-004403599411
# example
./prog.go:7:6: missing function body
./prog.go:11:6: missing function body
Go build failed.
Running it locally also generates an error message including no required module provides package golang.org/x/tour/tree.
The text was updated successfully, but these errors were encountered:
Context: https://go.dev/tour/concurrency/8
Running the code online generates the following error message:
Running it locally also generates an error message including
no required module provides package golang.org/x/tour/tree
.The text was updated successfully, but these errors were encountered: