The Getting Started tutorial relies on go run modifying the go.mod automatically, which is now deprecated.
hello.go:5:8: no required module provides package rsc.io/quote; try 'go mod tidy' to add it
The tutorial should instruct the user to run go get immediately before editing the code or go mod tidy after editing the code.
/cc @stevetraut
The Getting Started tutorial relies on
go runmodifying thego.modautomatically, which is now deprecated.The tutorial should instruct the user to run
go getimmediately before editing the code orgo mod tidyafter editing the code./cc @stevetraut