mirror of
https://github.com/golang/go
synced 2024-11-21 14:14:40 -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;
|
||||
}
|
||||
#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>
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -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>
|
||||
|
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