mirror of
https://github.com/golang/go
synced 2024-11-22 01:34:41 -07:00
doc: release.r57
R=golang-dev, r, adg, r2 CC=golang-dev https://golang.org/cl/4457049
This commit is contained in:
parent
e49d50e203
commit
d6dd80b65e
@ -139,9 +139,8 @@ h1#title {
|
|||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
#content h2 {
|
#content h2 {
|
||||||
border-top: 1px solid #ddd;
|
border-top: 2px solid #ddd;
|
||||||
background: #E2E7F0;
|
padding: 8px 5px;
|
||||||
padding: 5px;
|
|
||||||
margin: 1.5em 0 0;
|
margin: 1.5em 0 0;
|
||||||
}
|
}
|
||||||
#content .subtitle {
|
#content .subtitle {
|
||||||
|
@ -2,7 +2,8 @@
|
|||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="roadmap.html">Roadmap</a></li>
|
<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>
|
<li><a href="http://godashboard.appspot.com">Build and benchmark status</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<ul>
|
<ul>
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -45,11 +45,7 @@ Debugger.
|
|||||||
<li>
|
<li>
|
||||||
App Engine support.
|
App Engine support.
|
||||||
<li>
|
<li>
|
||||||
Improved CGO including some mechanism for calling back from C to Go.
|
|
||||||
<li>
|
|
||||||
Improved implementation documentation.
|
Improved implementation documentation.
|
||||||
<li>
|
|
||||||
Faster, allocation-light reflection.
|
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<h4 id="Gc_roadmap">
|
<h4 id="Gc_roadmap">
|
||||||
@ -91,8 +87,6 @@ Packages roadmap</h4>
|
|||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
Faster, allocation-light reflection.
|
|
||||||
<li>
|
|
||||||
Faster, RE2-like regular expressions.
|
Faster, RE2-like regular expressions.
|
||||||
<li>
|
<li>
|
||||||
Comprehensive support for international text.
|
Comprehensive support for international text.
|
||||||
@ -134,4 +128,8 @@ Package manager (goinstall).
|
|||||||
A means of recovering from a panic (recover).
|
A means of recovering from a panic (recover).
|
||||||
<li>
|
<li>
|
||||||
5g: Better floating point support.
|
5g: Better floating point support.
|
||||||
|
<li>
|
||||||
|
Improved CGO including some mechanism for calling back from C to Go.
|
||||||
|
<li>
|
||||||
|
Faster, allocation-light reflection.
|
||||||
</ul>
|
</ul>
|
||||||
|
2944
doc/devel/weekly.html
Normal file
2944
doc/devel/weekly.html
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user