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>
--- /dev/null
+<!--
+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}
+
--- /dev/null
+## Changes to the language {#language}
+
+
--- /dev/null
+## Tools {#tools}
+
+### Go command {#go-command}
+
+### Cgo {#cgo}
+
--- /dev/null
+## Runtime {#runtime}
--- /dev/null
+## Compiler {#compiler}
+
+## Assembler {#assembler}
+
+## Linker {#linker}
+
+
--- /dev/null
+## Standard library {#library}
+
--- /dev/null
+### Minor changes to the library {#minor_library_changes}
+
+
--- /dev/null
+API changes and other small changes to the standard library go here.
--- /dev/null
+## Ports {#ports}
+