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
1f4055a0
Commit
1f4055a0
authored
Apr 18, 2013
by
Rob Pike
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc/go1.1.html: document io.ErrNoProgress
R=golang-dev, bradfitz CC=golang-dev
https://golang.org/cl/8833050
parent
5fbb54ea
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
doc/go1.1.html
doc/go1.1.html
+2
-0
No files found.
doc/go1.1.html
View file @
1f4055a0
...
@@ -832,6 +832,8 @@ reads progressive JPEG files and handles a few more subsampling configurations.
...
@@ -832,6 +832,8 @@ reads progressive JPEG files and handles a few more subsampling configurations.
The
<a
href=
"/pkg/io/"
><code>
io
</code></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
<a
href=
"/pkg/io/#ByteWriter"
><code>
io.ByteWriter
</code></a>
interface to capture the common
functionality of writing a byte at a time.
functionality of writing a byte at a time.
It also exports a new error,
<a
href=
"/pkg/io/#ErrNoProgress"
><code>
ErrNoProgress
</code></a>
,
used to indicate a
<code>
Read
</code>
implementation is looping without delivering data.
</li>
</li>
<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