Skip to content
Snippets Groups Projects
Commit e8c5bed7 authored by Dmitri Shuralyov's avatar Dmitri Shuralyov Committed by Gopher Robot
Browse files

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: default avatarDmitri 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: default avatarCherry Mui <cherryyz@google.com>
parent c622f5c3
Branches
Tags
No related merge requests found
...@@ -70,6 +70,6 @@ To begin the next release development cycle, populate the contents of `next` ...@@ -70,6 +70,6 @@ To begin the next release development cycle, populate the contents of `next`
with those of `initial`. From the repo root: with those of `initial`. From the repo root:
> cd doc > cd doc
> cp -r initial/* next > cp -R initial/ next
Then edit `next/1-intro.md` to refer to the next version. Then edit `next/1-intro.md` to refer to the next version.
<!--
NOTE: In this document and others in this directory, the convention is to
set fixed-width phrases with non-fixed-width spaces, as in
`hello` `world`.
-->
<style>
main ul li { margin: 0.5em 0; }
</style>
## DRAFT RELEASE NOTES — Introduction to Go 1.24 {#introduction}
**Go 1.24 is not yet released. These are work-in-progress release notes.
Go 1.24 is expected to be released in February 2025.**
## Changes to the language {#language}
## Tools {#tools}
### Go command {#go-command}
### Cgo {#cgo}
## Runtime {#runtime}
## Compiler {#compiler}
## Assembler {#assembler}
## Linker {#linker}
## Standard library {#library}
### Minor changes to the library {#minor_library_changes}
API changes and other small changes to the standard library go here.
## Ports {#ports}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment