mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
doc/next: initialize
Initialize the doc/next directory for the next release by copying the contents of doc/initial into it. For #73829. Change-Id: Ia473d0430043920fc5135844ec6c117eb1b00217 Reviewed-on: https://go-review.googlesource.com/c/go/+/689878 Reviewed-by: Mark Freeman <mark@golang.org> Auto-Submit: Michael Knyszek <mknyszek@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
This commit is contained in:
parent
2696a11a97
commit
6bb42997c8
9 changed files with 40 additions and 0 deletions
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.26 {#introduction}
|
||||||
|
|
||||||
|
**Go 1.26 is not yet released. These are work-in-progress release notes.
|
||||||
|
Go 1.26 is expected to be released in February 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}
|
||||||
|
|
||||||
10
doc/next/6-stdlib/99-minor/0-heading.md
Normal file
10
doc/next/6-stdlib/99-minor/0-heading.md
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
### Minor changes to the library {#minor_library_changes}
|
||||||
|
|
||||||
|
#### go/types
|
||||||
|
|
||||||
|
The `Var.Kind` method returns an enumeration of type `VarKind` that
|
||||||
|
classifies the variable (package-level, local, receiver, parameter,
|
||||||
|
result, or struct field). See issue #70250.
|
||||||
|
|
||||||
|
Callers of `NewVar` or `NewParam` are encouraged to call `Var.SetKind`
|
||||||
|
to ensure that this attribute is set correctly in all cases.
|
||||||
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}
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue