mirror of
https://github.com/golang/go.git
synced 2026-01-29 15:12:08 +03:00
doc/next: initialize
Initialize the doc/next directory for the next release by copying the contents of doc/initial into it. For #76474. Change-Id: I52c826cf42aa93f1dea8bf8f7f386a77265bf31a Reviewed-on: https://go-review.googlesource.com/c/go/+/737961 Reviewed-by: Michael Pratt <mpratt@google.com> Auto-Submit: Carlos Amedee <carlos@golang.org> TryBot-Bypass: Carlos Amedee <carlos@golang.org>
This commit is contained in:
8
doc/next/1-intro.md
Normal file
8
doc/next/1-intro.md
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
<style>
|
||||||
|
main ul li { margin: 0.5em 0; }
|
||||||
|
</style>
|
||||||
|
|
||||||
|
## DRAFT RELEASE NOTES — Introduction to Go 1.27 {#introduction}
|
||||||
|
|
||||||
|
**Go 1.27 is not yet released. These are work-in-progress release notes.
|
||||||
|
Go 1.27 is expected to be released in August 2026.**
|
||||||
3
doc/next/2-language.md
Normal file
3
doc/next/2-language.md
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
## Changes to the language {#language}
|
||||||
|
|
||||||
|
|
||||||
6
doc/next/3-tools.md
Normal file
6
doc/next/3-tools.md
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
## Tools {#tools}
|
||||||
|
|
||||||
|
### Go command {#go-command}
|
||||||
|
|
||||||
|
### Cgo {#cgo}
|
||||||
|
|
||||||
1
doc/next/4-runtime.md
Normal file
1
doc/next/4-runtime.md
Normal file
@@ -0,0 +1 @@
|
|||||||
|
## Runtime {#runtime}
|
||||||
7
doc/next/5-toolchain.md
Normal file
7
doc/next/5-toolchain.md
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
## Compiler {#compiler}
|
||||||
|
|
||||||
|
## Assembler {#assembler}
|
||||||
|
|
||||||
|
## Linker {#linker}
|
||||||
|
|
||||||
|
|
||||||
2
doc/next/6-stdlib/0-heading.md
Normal file
2
doc/next/6-stdlib/0-heading.md
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
## Standard library {#library}
|
||||||
|
|
||||||
1
doc/next/6-stdlib/99-minor/0-heading.md
Normal file
1
doc/next/6-stdlib/99-minor/0-heading.md
Normal file
@@ -0,0 +1 @@
|
|||||||
|
### Minor changes to the library {#minor_library_changes}
|
||||||
1
doc/next/6-stdlib/99-minor/README
Normal file
1
doc/next/6-stdlib/99-minor/README
Normal file
@@ -0,0 +1 @@
|
|||||||
|
API changes and other small changes to the standard library go here.
|
||||||
2
doc/next/7-ports.md
Normal file
2
doc/next/7-ports.md
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
## Ports {#ports}
|
||||||
|
|
||||||
Reference in New Issue
Block a user