]> Cypherpunks repositories - gostls13.git/commitdiff
doc/next: initialize
authorMichael Anthony Knyszek <mknyszek@google.com>
Wed, 23 Jul 2025 17:50:06 +0000 (17:50 +0000)
committerMichael Knyszek <mknyszek@google.com>
Wed, 23 Jul 2025 18:41:17 +0000 (11:41 -0700)
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>

doc/next/1-intro.md [new file with mode: 0644]
doc/next/2-language.md [new file with mode: 0644]
doc/next/3-tools.md [new file with mode: 0644]
doc/next/4-runtime.md [new file with mode: 0644]
doc/next/5-toolchain.md [new file with mode: 0644]
doc/next/6-stdlib/0-heading.md [new file with mode: 0644]
doc/next/6-stdlib/99-minor/0-heading.md [new file with mode: 0644]
doc/next/6-stdlib/99-minor/README [new file with mode: 0644]
doc/next/7-ports.md [new file with mode: 0644]

diff --git a/doc/next/1-intro.md b/doc/next/1-intro.md
new file mode 100644 (file)
index 0000000..3cd0d66
--- /dev/null
@@ -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.**
diff --git a/doc/next/2-language.md b/doc/next/2-language.md
new file mode 100644 (file)
index 0000000..61030bd
--- /dev/null
@@ -0,0 +1,3 @@
+## Changes to the language {#language}
+
+
diff --git a/doc/next/3-tools.md b/doc/next/3-tools.md
new file mode 100644 (file)
index 0000000..5638f24
--- /dev/null
@@ -0,0 +1,6 @@
+## Tools {#tools}
+
+### Go command {#go-command}
+
+### Cgo {#cgo}
+
diff --git a/doc/next/4-runtime.md b/doc/next/4-runtime.md
new file mode 100644 (file)
index 0000000..1f8e445
--- /dev/null
@@ -0,0 +1 @@
+## Runtime {#runtime}
diff --git a/doc/next/5-toolchain.md b/doc/next/5-toolchain.md
new file mode 100644 (file)
index 0000000..0f4a816
--- /dev/null
@@ -0,0 +1,7 @@
+## Compiler {#compiler}
+
+## Assembler {#assembler}
+
+## Linker {#linker}
+
+
diff --git a/doc/next/6-stdlib/0-heading.md b/doc/next/6-stdlib/0-heading.md
new file mode 100644 (file)
index 0000000..a992170
--- /dev/null
@@ -0,0 +1,2 @@
+## Standard library {#library}
+
diff --git a/doc/next/6-stdlib/99-minor/0-heading.md b/doc/next/6-stdlib/99-minor/0-heading.md
new file mode 100644 (file)
index 0000000..e80ebc6
--- /dev/null
@@ -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.
diff --git a/doc/next/6-stdlib/99-minor/README b/doc/next/6-stdlib/99-minor/README
new file mode 100644 (file)
index 0000000..fac778d
--- /dev/null
@@ -0,0 +1 @@
+API changes and other small changes to the standard library go here.
diff --git a/doc/next/7-ports.md b/doc/next/7-ports.md
new file mode 100644 (file)
index 0000000..8bea3f8
--- /dev/null
@@ -0,0 +1,2 @@
+## Ports {#ports}
+