-
Notifications
You must be signed in to change notification settings - Fork 18.3k
Closed
Labels
GoCommandcmd/gocmd/goNeedsFixThe path to resolution is known, but the work has not been done.The path to resolution is known, but the work has not been done.ToolProposalIssues describing a requested change to a Go tool or command-line program.Issues describing a requested change to a Go tool or command-line program.
Description
As of Go 1.25, the go doc
subcommand directly includes the code that was previously in cmd/doc
, and no longer executes that command. While the doc tool could still be executed using go tool doc
it is really meant to be run using go doc
.
We plan to remove cmd/doc
, and also the ability to run go tool doc
in Go 1.26 since it's no longer necessary.
mvdan and adonovan
Metadata
Metadata
Assignees
Labels
GoCommandcmd/gocmd/goNeedsFixThe path to resolution is known, but the work has not been done.The path to resolution is known, but the work has not been done.ToolProposalIssues describing a requested change to a Go tool or command-line program.Issues describing a requested change to a Go tool or command-line program.