]> Cypherpunks repositories - gostls13.git/commitdiff
doc/initial: initial contents of release notes
authorJonathan Amsterdam <jba@google.com>
Fri, 19 Jan 2024 00:34:48 +0000 (19:34 -0500)
committerJonathan Amsterdam <jba@google.com>
Mon, 22 Jan 2024 18:07:49 +0000 (18:07 +0000)
Add files to doc/initial that set up the overall structure
of the release notes document.

For #64169.

Change-Id: Ifbf330e554e1fa20d47c72cc309d5cd26048a323
Reviewed-on: https://go-review.googlesource.com/c/go/+/556817
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
doc/initial/1-intro.md [new file with mode: 0644]
doc/initial/2-language.md [new file with mode: 0644]
doc/initial/3-tools.md [new file with mode: 0644]
doc/initial/4-runtime.md [new file with mode: 0644]
doc/initial/5-toolchain.md [new file with mode: 0644]
doc/initial/6-stdlib/0-heading.md [new file with mode: 0644]
doc/initial/6-stdlib/99-minor/0-heading.md [new file with mode: 0644]
doc/initial/6-stdlib/99-minor/README [new file with mode: 0644]
doc/initial/7-ports.md [new file with mode: 0644]

diff --git a/doc/initial/1-intro.md b/doc/initial/1-intro.md
new file mode 100644 (file)
index 0000000..e28191c
--- /dev/null
@@ -0,0 +1,12 @@
+<!--
+NOTE: In this document and others in this directory, the convention is to
+set fixed-width phrases with non-fixed-width spaces, as in
+`hello` `world`.
+-->
+
+<style>
+  main ul li { margin: 0.5em 0; }
+</style>
+
+## Introduction to Go 1.XX {#introduction}
+
diff --git a/doc/initial/2-language.md b/doc/initial/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/initial/3-tools.md b/doc/initial/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/initial/4-runtime.md b/doc/initial/4-runtime.md
new file mode 100644 (file)
index 0000000..1f8e445
--- /dev/null
@@ -0,0 +1 @@
+## Runtime {#runtime}
diff --git a/doc/initial/5-toolchain.md b/doc/initial/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/initial/6-stdlib/0-heading.md b/doc/initial/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/initial/6-stdlib/99-minor/0-heading.md b/doc/initial/6-stdlib/99-minor/0-heading.md
new file mode 100644 (file)
index 0000000..a98105e
--- /dev/null
@@ -0,0 +1,3 @@
+### Minor changes to the library {#minor_library_changes}
+
+
diff --git a/doc/initial/6-stdlib/99-minor/README b/doc/initial/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/initial/7-ports.md b/doc/initial/7-ports.md
new file mode 100644 (file)
index 0000000..8bea3f8
--- /dev/null
@@ -0,0 +1,2 @@
+## Ports {#ports}
+