Commit 1f4055a0 authored by Rob Pike's avatar Rob Pike

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

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/8833050
parent 5fbb54ea
......@@ -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>
......
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