cmd/go: document GOROOT/bin/go PATH entry for go test
and go generate
#57050
Labels
Documentation
GoCommand
cmd/go
help wanted
NeedsFix
The path to resolution is known, but the work has not been done.
Milestone
CL 404134 (in Go 1.19) changed
go test
andgo generate
to always placeGOROOT/bin
at the beginning of thePATH
list for the subprocess.I added a release note for it (in CL 409176), but forget to update the documentation for the actual commands. It should be mentioned explicitly in the documentation for
go test
andgo generate
.The text was updated successfully, but these errors were encountered: