doc: initialize next directory for Go 1.25

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

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

For #70525

Change-Id: I31c271d95ccd72123f531fde4e72929ec7b310d9
Reviewed-on: https://go-review.googlesource.com/c/go/+/646195
Reviewed-by: Carlos Amedee <carlos@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
This commit is contained in:
Cherry Mui 2025-02-03 10:25:05 -05:00
parent 9da530f11a
commit e2f342fc51
9 changed files with 33 additions and 0 deletions

8
doc/next/1-intro.md Normal file
View File

@ -0,0 +1,8 @@
<style>
main ul li { margin: 0.5em 0; }
</style>
## DRAFT RELEASE NOTES — Introduction to Go 1.N {#introduction}
**Go 1.25 is not yet released. These are work-in-progress release notes.
Go 1.25 is expected to be released in August 2025.**

3
doc/next/2-language.md Normal file
View File

@ -0,0 +1,3 @@
## Changes to the language {#language}

6
doc/next/3-tools.md Normal file
View File

@ -0,0 +1,6 @@
## Tools {#tools}
### Go command {#go-command}
### Cgo {#cgo}

1
doc/next/4-runtime.md Normal file
View File

@ -0,0 +1 @@
## Runtime {#runtime}

7
doc/next/5-toolchain.md Normal file
View File

@ -0,0 +1,7 @@
## Compiler {#compiler}
## Assembler {#assembler}
## Linker {#linker}

View File

@ -0,0 +1,2 @@
## Standard library {#library}

View File

@ -0,0 +1,3 @@
### Minor changes to the library {#minor_library_changes}

View File

@ -0,0 +1 @@
API changes and other small changes to the standard library go here.

2
doc/next/7-ports.md Normal file
View File

@ -0,0 +1,2 @@
## Ports {#ports}