Skip to content

Commit b3de3e5

Browse files
committed
doc/go1.16: start draft release notes
This template is based on CL 220278 and previous ones like it. Include Compiler and Linker sections proactively, they can be removed if they don't end up being needed for Go 1.16. Use two spaces of indentation for TODOs to set a better precedent for the final text that will take its place. 'relnote -html' does not report any changes at this time. For #40700. Change-Id: I096b0ce0d33aaaa6fae9c91c0d2dfb89b9c5e94c Reviewed-on: https://go-review.googlesource.com/c/go/+/248198 Reviewed-by: Carlos Amedee <[email protected]>
1 parent 813b6bb commit b3de3e5

File tree

1 file changed

+84
-0
lines changed

1 file changed

+84
-0
lines changed

doc/go1.16.html

Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,84 @@
1+
<!--{
2+
"Title": "Go 1.16 Release Notes",
3+
"Path": "/doc/go1.16"
4+
}-->
5+
6+
<!--
7+
NOTE: In this document and others in this directory, the convention is to
8+
set fixed-width phrases with non-fixed-width spaces, as in
9+
<code>hello</code> <code>world</code>.
10+
Do not send CLs removing the interior tags from such phrases.
11+
-->
12+
13+
<style>
14+
main ul li { margin: 0.5em 0; }
15+
</style>
16+
17+
<h2 id="introduction">DRAFT RELEASE NOTES — Introduction to Go 1.16</h2>
18+
19+
<p>
20+
<strong>
21+
Go 1.16 is not yet released. These are work-in-progress
22+
release notes. Go 1.16 is expected to be released in February 2021.
23+
</strong>
24+
</p>
25+
26+
<h2 id="language">Changes to the language</h2>
27+
28+
<p>
29+
TODO
30+
</p>
31+
32+
<h2 id="ports">Ports</h2>
33+
34+
<p>
35+
TODO
36+
</p>
37+
38+
<h2 id="tools">Tools</h2>
39+
40+
<p>
41+
TODO
42+
</p>
43+
44+
<h3 id="go-command">Go command</h3>
45+
46+
<p>
47+
TODO
48+
</p>
49+
50+
<h2 id="runtime">Runtime</h2>
51+
52+
<p>
53+
TODO
54+
</p>
55+
56+
<h2 id="compiler">Compiler</h2>
57+
58+
<p>
59+
TODO
60+
</p>
61+
62+
<h2 id="linker">Linker</h2>
63+
64+
<p>
65+
TODO
66+
</p>
67+
68+
<h2 id="library">Core library</h2>
69+
70+
<p>
71+
TODO
72+
</p>
73+
74+
<h3 id="minor_library_changes">Minor changes to the library</h3>
75+
76+
<p>
77+
As always, there are various minor changes and updates to the library,
78+
made with the Go 1 <a href="/doc/go1compat">promise of compatibility</a>
79+
in mind.
80+
</p>
81+
82+
<p>
83+
TODO
84+
</p>

0 commit comments

Comments
 (0)