mirror of
https://github.com/golang/go
synced 2024-11-21 06:04:39 -07:00
release.2011-01-20
R=r, adg CC=golang-dev https://golang.org/cl/3998045
This commit is contained in:
parent
f2b5a07453
commit
34c1b13c2a
1
.hgtags
1
.hgtags
@ -47,4 +47,3 @@ f7e692dc29b02fba8e5d59b967880a347b53607c release.2010-12-02
|
|||||||
8eeee945e358f19405e81792db0e16a1cad14bc0 release.2011-01-06
|
8eeee945e358f19405e81792db0e16a1cad14bc0 release.2011-01-06
|
||||||
514c7ba501a1dd74d69ea2d0a2b4116802ada2b5 release.2011-01-12
|
514c7ba501a1dd74d69ea2d0a2b4116802ada2b5 release.2011-01-12
|
||||||
72f9cb714f08b98c6a65ab2f2256fad6bb16967a release.2011-01-19
|
72f9cb714f08b98c6a65ab2f2256fad6bb16967a release.2011-01-19
|
||||||
72f9cb714f08b98c6a65ab2f2256fad6bb16967a release
|
|
||||||
|
@ -5,6 +5,20 @@
|
|||||||
<p>This page summarizes the changes between tagged releases of Go.
|
<p>This page summarizes the changes between tagged releases of Go.
|
||||||
For full details, see the <a href="http://code.google.com/p/go/source/list">Mercurial change log</a>.</p>
|
For full details, see the <a href="http://code.google.com/p/go/source/list">Mercurial change log</a>.</p>
|
||||||
|
|
||||||
|
<h3 id="2011-01-20">2011-01-20</h3>
|
||||||
|
|
||||||
|
<pre>
|
||||||
|
This release removes the float and complex types from the language.
|
||||||
|
|
||||||
|
The default type for a floating point literal is now float64, and
|
||||||
|
the default type for a complex literal is now complex128.
|
||||||
|
|
||||||
|
Existing code that uses float or complex must be rewritten to
|
||||||
|
use explicitly sized types.
|
||||||
|
|
||||||
|
The two-argument constructor cmplx is now spelled complex.
|
||||||
|
</pre>
|
||||||
|
|
||||||
<h3 id="2011-01-19">2011-01-19</h3>
|
<h3 id="2011-01-19">2011-01-19</h3>
|
||||||
|
|
||||||
<pre>
|
<pre>
|
||||||
|
Loading…
Reference in New Issue
Block a user