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
5b7d422a
Commit
5b7d422a
authored
Jun 01, 2013
by
Oling Cat
Committed by
Rob Pike
Jun 01, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc/go1.1.html: remove extra space; close some tags.
R=golang-dev, r CC=golang-dev
https://golang.org/cl/9941043
parent
7f0ee023
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
18 deletions
+20
-18
doc/go1.1.html
doc/go1.1.html
+20
-18
No files found.
doc/go1.1.html
View file @
5b7d422a
...
...
@@ -197,6 +197,7 @@ However, programs that contain implicit assumptions
that
<code>
int
</code>
is only 32 bits may change behavior.
For example, this code prints a positive number on 64-bit systems and
a negative one on 32-bit systems:
</p>
<pre>
x := ^uint32(0) // x is 0xffffffff
...
...
@@ -665,6 +666,7 @@ This function addresses a common source of confusion in the time API.
<em>
Updating
</em>
:
Code that needs to read and write times using an external format with
lower precision should be modified to use the new methods.
</p>
<h3
id=
"exp_old"
>
Exp and old subtrees moved to go.exp and go.text subrepositories
</h3>
...
...
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