]> Cypherpunks repositories - gostls13.git/commit
doc: initialize next directory for Go 1.24
authorDmitri Shuralyov <dmitshur@golang.org>
Mon, 22 Jul 2024 16:44:49 +0000 (12:44 -0400)
committerGopher Robot <gobot@golang.org>
Mon, 22 Jul 2024 17:55:04 +0000 (17:55 +0000)
commite8c5bed7ea43e1a533c322e6b928ed06327721db
treead3c933bf0faf5b152d522228064cd00d34471c2
parentc622f5c341134f4164b2baf67632657862996029
doc: initialize next directory for Go 1.24

Following the "For the release team" steps in README:

cd doc
cp -R initial/ next
$EDITOR next/1-intro.md

Dropped '*' from the cp -R command to avoid needing to
create an empty next directory with a separate command.

For #68545.
For #67586.

Change-Id: I25215bc35a043e0f26d4a86ffe66eb3c26348fef
Reviewed-on: https://go-review.googlesource.com/c/go/+/600177
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Cherry Mui <cherryyz@google.com>
doc/README.md
doc/next/1-intro.md [new file with mode: 0644]
doc/next/2-language.md [new file with mode: 0644]
doc/next/3-tools.md [new file with mode: 0644]
doc/next/4-runtime.md [new file with mode: 0644]
doc/next/5-toolchain.md [new file with mode: 0644]
doc/next/6-stdlib/0-heading.md [new file with mode: 0644]
doc/next/6-stdlib/99-minor/0-heading.md [new file with mode: 0644]
doc/next/6-stdlib/99-minor/README [new file with mode: 0644]
doc/next/7-ports.md [new file with mode: 0644]