cmd/go: go mod init no longer attempts to import requirements from other tools' configuration files #71537
Labels
Documentation
Issues describing a change to documentation.
GoCommand
cmd/go
NeedsFix
The path to resolution is known, but the work has not been done.
The documentation for
go mod init
mentions running the command will try importing module requirements from other tools' configuration files:This feature was (understandably) removed in Go 1.22, so the docs just need a little updating!
The text was updated successfully, but these errors were encountered: