1
0
mirror of https://github.com/golang/go synced 2024-11-11 19:01:37 -07:00

doc/initial: initial contents of release notes

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>
This commit is contained in:
Jonathan Amsterdam 2024-01-18 19:34:48 -05:00
parent b16a1e3a03
commit d29980cdc4
9 changed files with 37 additions and 0 deletions

12
doc/initial/1-intro.md Normal file
View File

@ -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}

View File

@ -0,0 +1,3 @@
## Changes to the language {#language}

6
doc/initial/3-tools.md Normal file
View File

@ -0,0 +1,6 @@
## Tools {#tools}
### Go command {#go-command}
### Cgo {#cgo}

1
doc/initial/4-runtime.md Normal file
View File

@ -0,0 +1 @@
## Runtime {#runtime}

View File

@ -0,0 +1,7 @@
## Compiler {#compiler}
## Assembler {#assembler}
## Linker {#linker}

View File

@ -0,0 +1,2 @@
## Standard library {#library}

View File

@ -0,0 +1,3 @@
### Minor changes to the library {#minor_library_changes}

View File

@ -0,0 +1 @@
API changes and other small changes to the standard library go here.

2
doc/initial/7-ports.md Normal file
View File

@ -0,0 +1,2 @@
## Ports {#ports}