Skip to content

Commit a682cba

Browse files
author
Bryan C. Mills
committed
doc/go1.15: create go1.15.html
Copied from go1.14.html, with changes redacted back to TODOs following the model of CL 195058. 'relnote -html' does not report any changes at this time. Updates #33738 Change-Id: I580232805ab7db35935f3e1ba03b720be4796a7e Reviewed-on: https://go-review.googlesource.com/c/go/+/220278 Reviewed-by: Alexander Rakoczy <[email protected]> Run-TryBot: Alexander Rakoczy <[email protected]> TryBot-Result: Gobot Gobot <[email protected]>
1 parent 73269b8 commit a682cba

File tree

1 file changed

+73
-0
lines changed

1 file changed

+73
-0
lines changed

doc/go1.15.html

+73
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,73 @@
1+
<!--{
2+
"Title": "Go 1.15 Release Notes",
3+
"Path": "/doc/go1.15"
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.15</h2>
18+
19+
<p>
20+
<strong>
21+
Go 1.15 is not yet released. These are work-in-progress
22+
release notes. Go 1.15 is expected to be released in August 2020.
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+
57+
<h2 id="library">Core library</h2>
58+
59+
<p>
60+
TODO
61+
</p>
62+
63+
<h3 id="minor_library_changes">Minor changes to the library</h3>
64+
65+
<p>
66+
As always, there are various minor changes and updates to the library,
67+
made with the Go 1 <a href="/doc/go1compat">promise of compatibility</a>
68+
in mind.
69+
</p>
70+
71+
<p>
72+
TODO
73+
</p>

0 commit comments

Comments
 (0)