Commit ca2cb382 authored by Russ Cox's avatar Russ Cox

[release-branch.r57] doc: release.r57

««« CL 4457049 / d222384d1bad
doc: release.r57

R=golang-dev, r, adg, r2
CC=golang-dev
https://golang.org/cl/4457049
»»»

R=golang-dev
TBR=r
CC=golang-dev
https://golang.org/cl/4431087
parent 658a82a1
......@@ -139,9 +139,8 @@ h1#title {
padding: 0;
}
#content h2 {
border-top: 1px solid #ddd;
background: #E2E7F0;
padding: 5px;
border-top: 2px solid #ddd;
padding: 8px 5px;
margin: 1.5em 0 0;
}
#content .subtitle {
......
......@@ -2,7 +2,8 @@
<ul>
<li><a href="roadmap.html">Roadmap</a></li>
<li><a href="release.html">Release History</a></li>
<li><a href="release.html">Release history</a></li>
<li><a href="weekly.html">Weekly snapshot history</a></li>
<li><a href="http://godashboard.appspot.com">Build and benchmark status</a></li>
</ul>
<ul>
......
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -45,11 +45,7 @@ Debugger.
<li>
App Engine support.
<li>
Improved CGO including some mechanism for calling back from C to Go.
<li>
Improved implementation documentation.
<li>
Faster, allocation-light reflection.
</ul>
<h4 id="Gc_roadmap">
......@@ -91,8 +87,6 @@ Packages roadmap</h4>
<ul>
<li>
Faster, allocation-light reflection.
<li>
Faster, RE2-like regular expressions.
<li>
Comprehensive support for international text.
......@@ -134,4 +128,8 @@ Package manager (goinstall).
A means of recovering from a panic (recover).
<li>
5g: Better floating point support.
<li>
Improved CGO including some mechanism for calling back from C to Go.
<li>
Faster, allocation-light reflection.
</ul>
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment