]> Cypherpunks repositories - gostls13.git/commit
cmd/doc: delete
authorMichael Matloob <matloob@golang.org>
Wed, 23 Jul 2025 15:25:14 +0000 (11:25 -0400)
committerMichael Matloob <matloob@google.com>
Thu, 24 Jul 2025 16:59:36 +0000 (09:59 -0700)
commitda8b50c83087897e2a8abef2d8909253f1fb4f23
tree6711184596bb7faa57b922e5dc7104278f166433
parent6669aa3b14d98d90929ca860421e5308374b0f46
cmd/doc: delete

Users should not invoke "go tool doc" directly, but should instead run
"go doc". Remove "cmd/doc" because it no longer invokes the "doc" tool
but incorporates its logic directly.

Fixes #74667

Change-Id: I357a3d7e0ca075f028df66e34951a41354c08941
Reviewed-on: https://go-review.googlesource.com/c/go/+/689835
Reviewed-by: Michael Matloob <matloob@google.com>
Auto-Submit: Michael Matloob <matloob@golang.org>
Reviewed-by: Michael Pratt <mpratt@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
doc/next/3-tools.md
src/cmd/doc/doc.go [deleted file]