x/website: outdated module introduction blog post #55036
Labels
Documentation
Issues describing a change to documentation.
modules
NeedsDecision
Feedback is required from experts, contributors, and/or the community before a change can be made.
website
Milestone
https://go.dev/blog/using-go-modules is outdated.
In the blog entry it's supposed to work like this:
$ go test
PASS
ok _/home/gopher/hello 0.020s
but with 1.18 and 1.19 it works like this:
$ go test
go: go.mod file not found in current directory or any parent directory; see 'go help modules'
I believe an introductory blog should be working as described.
The text was updated successfully, but these errors were encountered: