aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/initial/1-intro.md12
-rw-r--r--doc/initial/2-language.md3
-rw-r--r--doc/initial/3-tools.md6
-rw-r--r--doc/initial/4-runtime.md1
-rw-r--r--doc/initial/5-toolchain.md7
-rw-r--r--doc/initial/6-stdlib/0-heading.md2
-rw-r--r--doc/initial/6-stdlib/99-minor/0-heading.md3
-rw-r--r--doc/initial/6-stdlib/99-minor/README1
-rw-r--r--doc/initial/7-ports.md2
9 files changed, 37 insertions, 0 deletions
diff --git a/doc/initial/1-intro.md b/doc/initial/1-intro.md
new file mode 100644
index 0000000000..e28191ca9e
--- /dev/null
+++ b/doc/initial/1-intro.md
@@ -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
index 0000000000..61030bd676
--- /dev/null
+++ b/doc/initial/2-language.md
@@ -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
index 0000000000..5638f240a5
--- /dev/null
+++ b/doc/initial/3-tools.md
@@ -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
index 0000000000..1f8e445e0b
--- /dev/null
+++ b/doc/initial/4-runtime.md
@@ -0,0 +1 @@
+## Runtime {#runtime}
diff --git a/doc/initial/5-toolchain.md b/doc/initial/5-toolchain.md
new file mode 100644
index 0000000000..0f4a816479
--- /dev/null
+++ b/doc/initial/5-toolchain.md
@@ -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
index 0000000000..a992170d43
--- /dev/null
+++ b/doc/initial/6-stdlib/0-heading.md
@@ -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
index 0000000000..a98105e8cc
--- /dev/null
+++ b/doc/initial/6-stdlib/99-minor/0-heading.md
@@ -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
index 0000000000..fac778de05
--- /dev/null
+++ b/doc/initial/6-stdlib/99-minor/README
@@ -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
index 0000000000..8bea3f8fbc
--- /dev/null
+++ b/doc/initial/7-ports.md
@@ -0,0 +1,2 @@
+## Ports {#ports}
+