doc/go1.1.html: document io.ErrNoProgress

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/8833050
This commit is contained in:
Rob Pike 2013-04-18 17:37:09 -07:00
parent 5fbb54eaca
commit 1f4055a0ec
1 changed files with 2 additions and 0 deletions

View File

@ -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
<a href="/pkg/io/#ByteWriter"><code>io.ByteWriter</code></a> interface to capture the common
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>