Initial commit: Go 1.23 release state
This commit is contained in:
14
doc/initial/1-intro.md
Normal file
14
doc/initial/1-intro.md
Normal file
@@ -0,0 +1,14 @@
|
||||
<!--
|
||||
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>
|
||||
|
||||
## DRAFT RELEASE NOTES — Introduction to Go 1.N {#introduction}
|
||||
|
||||
**Go 1.N is not yet released. These are work-in-progress release notes.
|
||||
Go 1.N is expected to be released in {Month} {Year}.**
|
||||
3
doc/initial/2-language.md
Normal file
3
doc/initial/2-language.md
Normal file
@@ -0,0 +1,3 @@
|
||||
## Changes to the language {#language}
|
||||
|
||||
|
||||
6
doc/initial/3-tools.md
Normal file
6
doc/initial/3-tools.md
Normal file
@@ -0,0 +1,6 @@
|
||||
## Tools {#tools}
|
||||
|
||||
### Go command {#go-command}
|
||||
|
||||
### Cgo {#cgo}
|
||||
|
||||
1
doc/initial/4-runtime.md
Normal file
1
doc/initial/4-runtime.md
Normal file
@@ -0,0 +1 @@
|
||||
## Runtime {#runtime}
|
||||
7
doc/initial/5-toolchain.md
Normal file
7
doc/initial/5-toolchain.md
Normal file
@@ -0,0 +1,7 @@
|
||||
## Compiler {#compiler}
|
||||
|
||||
## Assembler {#assembler}
|
||||
|
||||
## Linker {#linker}
|
||||
|
||||
|
||||
2
doc/initial/6-stdlib/0-heading.md
Normal file
2
doc/initial/6-stdlib/0-heading.md
Normal file
@@ -0,0 +1,2 @@
|
||||
## Standard library {#library}
|
||||
|
||||
3
doc/initial/6-stdlib/99-minor/0-heading.md
Normal file
3
doc/initial/6-stdlib/99-minor/0-heading.md
Normal file
@@ -0,0 +1,3 @@
|
||||
### Minor changes to the library {#minor_library_changes}
|
||||
|
||||
|
||||
1
doc/initial/6-stdlib/99-minor/README
Normal file
1
doc/initial/6-stdlib/99-minor/README
Normal file
@@ -0,0 +1 @@
|
||||
API changes and other small changes to the standard library go here.
|
||||
2
doc/initial/7-ports.md
Normal file
2
doc/initial/7-ports.md
Normal file
@@ -0,0 +1,2 @@
|
||||
## Ports {#ports}
|
||||
|
||||
Reference in New Issue
Block a user