]> Cypherpunks repositories - gostls13.git/commit
cmd/go/internal/doc: clean up after merge with cmd/internal/doc
authorMichael Matloob <matloob@golang.org>
Wed, 23 Jul 2025 15:45:01 +0000 (11:45 -0400)
committerMichael Matloob <matloob@google.com>
Thu, 24 Jul 2025 16:59:45 +0000 (09:59 -0700)
commit44d73dfb4e5f80998dc0276e239e3e860c8d9e91
treeec38b595027d197fcc6dbee6dd83660f46ebad70
parentbd446662ddb749e35314dd3828f2bf06f4d48518
cmd/go/internal/doc: clean up after merge with cmd/internal/doc

This is done in a separate CL to reduce the diffs from the previous CL.
Merge the main.go and doc.go files, and isolate the bootstrap-tagged
code to one file.

For #74667

Change-Id: I11bf0aa18beeb898937135f49f473c1ba1b7e756
Reviewed-on: https://go-review.googlesource.com/c/go/+/689875
Reviewed-by: Michael Matloob <matloob@google.com>
Auto-Submit: Michael Matloob <matloob@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Michael Pratt <mpratt@google.com>
src/cmd/go/internal/doc/dirs.go
src/cmd/go/internal/doc/doc.go
src/cmd/go/internal/doc/main.go [deleted file]
src/cmd/go/internal/doc/pkg.go
src/cmd/go/internal/doc/pkgsite.go [new file with mode: 0644]
src/cmd/go/internal/doc/pkgsite_bootstrap.go [moved from src/cmd/go/internal/doc/doc_bootstrap.go with 61% similarity]