Skip to content

Commit 6bb4299

Browse files
committed
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>
1 parent 2696a11 commit 6bb4299

File tree

9 files changed

+40
-0
lines changed

9 files changed

+40
-0
lines changed

doc/next/1-intro.md

Lines changed: 8 additions & 0 deletions
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.26 {#introduction}
6+
7+
**Go 1.26 is not yet released. These are work-in-progress release notes.
8+
Go 1.26 is expected to be released in February 2026.**

doc/next/2-language.md

Lines changed: 3 additions & 0 deletions
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

Lines changed: 6 additions & 0 deletions
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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
## Runtime {#runtime}

doc/next/5-toolchain.md

Lines changed: 7 additions & 0 deletions
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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
## Standard library {#library}
2+
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
### Minor changes to the library {#minor_library_changes}
2+
3+
#### go/types
4+
5+
The `Var.Kind` method returns an enumeration of type `VarKind` that
6+
classifies the variable (package-level, local, receiver, parameter,
7+
result, or struct field). See issue #70250.
8+
9+
Callers of `NewVar` or `NewParam` are encouraged to call `Var.SetKind`
10+
to ensure that this attribute is set correctly in all cases.

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

Lines changed: 1 addition & 0 deletions
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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
## Ports {#ports}
2+

0 commit comments

Comments
 (0)