Commit 5b7d422a authored by Oling Cat's avatar Oling Cat Committed by Rob Pike

doc/go1.1.html: remove extra space; close some tags.

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/9941043
parent 7f0ee023
...@@ -197,6 +197,7 @@ However, programs that contain implicit assumptions ...@@ -197,6 +197,7 @@ However, programs that contain implicit assumptions
that <code>int</code> is only 32 bits may change behavior. that <code>int</code> is only 32 bits may change behavior.
For example, this code prints a positive number on 64-bit systems and For example, this code prints a positive number on 64-bit systems and
a negative one on 32-bit systems: a negative one on 32-bit systems:
</p>
<pre> <pre>
x := ^uint32(0) // x is 0xffffffff x := ^uint32(0) // x is 0xffffffff
...@@ -665,6 +666,7 @@ This function addresses a common source of confusion in the time API. ...@@ -665,6 +666,7 @@ This function addresses a common source of confusion in the time API.
<em>Updating</em>: <em>Updating</em>:
Code that needs to read and write times using an external format with Code that needs to read and write times using an external format with
lower precision should be modified to use the new methods. 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> <h3 id="exp_old">Exp and old subtrees moved to go.exp and go.text subrepositories</h3>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment