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:
Michael Anthony Knyszek 2025-07-23 17:50:06 +00:00 committed by Michael Knyszek
parent 2696a11a97
commit 6bb42997c8
9 changed files with 40 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.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
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,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.

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}