aboutsummaryrefslogtreecommitdiff
path: root/doc/next/6-stdlib
diff options
context:
space:
mode:
authorCarlos Amedee <carlos@golang.org>2026-01-21 14:52:52 -0500
committerCarlos Amedee <carlos@golang.org>2026-01-21 12:27:12 -0800
commit455282911aba7512e2ba045ffd9244eb97756247 (patch)
tree93bb581fab945991302eb1b88242cc564aa74ffe /doc/next/6-stdlib
parent83c44ec0326d90e75d4672f17630b348811a02ab (diff)
downloadgo-455282911aba7512e2ba045ffd9244eb97756247.tar.xz
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>
Diffstat (limited to 'doc/next/6-stdlib')
-rw-r--r--doc/next/6-stdlib/0-heading.md2
-rw-r--r--doc/next/6-stdlib/99-minor/0-heading.md1
-rw-r--r--doc/next/6-stdlib/99-minor/README1
3 files changed, 4 insertions, 0 deletions
diff --git a/doc/next/6-stdlib/0-heading.md b/doc/next/6-stdlib/0-heading.md
new file mode 100644
index 0000000000..a992170d43
--- /dev/null
+++ b/doc/next/6-stdlib/0-heading.md
@@ -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
index 0000000000..266d98f496
--- /dev/null
+++ b/doc/next/6-stdlib/99-minor/0-heading.md
@@ -0,0 +1 @@
+### Minor changes to the library {#minor_library_changes}
diff --git a/doc/next/6-stdlib/99-minor/README b/doc/next/6-stdlib/99-minor/README
new file mode 100644
index 0000000000..fac778de05
--- /dev/null
+++ b/doc/next/6-stdlib/99-minor/README
@@ -0,0 +1 @@
+API changes and other small changes to the standard library go here.