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
0657e7df
Commit
0657e7df
authored
Mar 27, 2013
by
Jonathan Rudenberg
Committed by
Brad Fitzpatrick
Mar 27, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc: fix go1.1.html typos
R=golang-dev, bradfitz CC=golang-dev
https://golang.org/cl/7635049
parent
40cd845e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
doc/go1.1.html
doc/go1.1.html
+5
-5
No files found.
doc/go1.1.html
View file @
0657e7df
...
...
@@ -655,7 +655,7 @@ may implement to improve performance.
The
<a
href=
"/pkg/encoding/json/"
><code>
encoding/json
</code></a>
package's
<a
href=
"/pkg/encoding/json/#Decoder"
><code>
Decoder
</code></a>
has a new method
<a
href=
"/pkg/encoding/json/#Decoder.
Reader"
><code>
Reader
</code></a>
<a
href=
"/pkg/encoding/json/#Decoder.
Buffered"
><code>
Buffered
</code></a>
to provide access to the remaining data in its buffer,
as well as a new method
<a
href=
"/pkg/encoding/json/#Decoder.UseNumber"
><code>
UseNumber
</code></a>
...
...
@@ -702,12 +702,12 @@ to format arbitrary Go source code.
<li>
The undocumented and only partially implemented "noescape" feature of the
<a
href=
"/pkg/html/template/"
>
html/template
</a>
<a
href=
"/pkg/html/template/"
>
<code>
html/template
</code>
</a>
package has been removed; programs that depend on it will break.
</li>
<li>
The
<a
href=
"/pkg/io/"
>
io
</a>
package now exports the
The
<a
href=
"/pkg/io/"
>
<code>
io
</code>
</a>
package now exports the
<a
href=
"/pkg/io/#ByteWriter"
><code>
io.ByteWriter
</code></a>
interface to capture the common
functionality of writing a byte at a time.
</li>
...
...
@@ -834,7 +834,7 @@ being fully consumed.
</li>
<li>
The new
<a
href=
"/pkg/net/http/cookiejar/"
>
net/http/cookiejar
</a>
package provides the basics for managing HTTP cookies.
The new
<a
href=
"/pkg/net/http/cookiejar/"
>
<code>
net/http/cookiejar
</code>
</a>
package provides the basics for managing HTTP cookies.
</li>
<li>
...
...
@@ -861,7 +861,7 @@ which do ASCII-only trimming of leading and trailing spaces.
</li>
<li>
The new method
<a
href=
"/pkg/os/#FileMode.IsRegular"
><code>
os.FileMode.IsRegular
</code>
</a>
makes it easy to ask if a file is a plain file.
The new method
<a
href=
"/pkg/os/#FileMode.IsRegular"
><code>
os.FileMode.IsRegular
</code></a>
makes it easy to ask if a file is a plain file.
</li>
<li>
...
...
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