Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
go
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
go
Commits
34c1b13c
Commit
34c1b13c
authored
Jan 20, 2011
by
Russ Cox
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
release.2011-01-20
R=r, adg CC=golang-dev
https://golang.org/cl/3998045
parent
f2b5a074
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
1 deletion
+14
-1
.hgtags
.hgtags
+0
-1
doc/devel/release.html
doc/devel/release.html
+14
-0
No files found.
.hgtags
View file @
34c1b13c
...
...
@@ -47,4 +47,3 @@ f7e692dc29b02fba8e5d59b967880a347b53607c release.2010-12-02
8eeee945e358f19405e81792db0e16a1cad14bc0 release.2011-01-06
514c7ba501a1dd74d69ea2d0a2b4116802ada2b5 release.2011-01-12
72f9cb714f08b98c6a65ab2f2256fad6bb16967a release.2011-01-19
72f9cb714f08b98c6a65ab2f2256fad6bb16967a release
doc/devel/release.html
View file @
34c1b13c
...
...
@@ -5,6 +5,20 @@
<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>
<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>
<pre>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment