Skip to content

Commit e2f342f

Browse files
committed
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 <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]>
1 parent 9da530f commit e2f342f

File tree

9 files changed

+33
-0
lines changed

9 files changed

+33
-0
lines changed

doc/next/1-intro.md

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

doc/next/2-language.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## Changes to the language {#language}
2+
3+

doc/next/3-tools.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
## Tools {#tools}
2+
3+
### Go command {#go-command}
4+
5+
### Cgo {#cgo}
6+

doc/next/4-runtime.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
## Runtime {#runtime}

doc/next/5-toolchain.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
## Compiler {#compiler}
2+
3+
## Assembler {#assembler}
4+
5+
## Linker {#linker}
6+
7+

doc/next/6-stdlib/0-heading.md

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
## Standard library {#library}
2+
+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
### Minor changes to the library {#minor_library_changes}
2+
3+

doc/next/6-stdlib/99-minor/README

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
API changes and other small changes to the standard library go here.

doc/next/7-ports.md

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
## Ports {#ports}
2+

0 commit comments

Comments
 (0)